Skip to content

Commit

Permalink
Delete frontend, leaving only the API
Browse files Browse the repository at this point in the history
  • Loading branch information
okeneo committed Sep 30, 2024
1 parent 3b4eb41 commit 974a7bd
Show file tree
Hide file tree
Showing 32 changed files with 4 additions and 19,098 deletions.
12 changes: 0 additions & 12 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,22 +48,10 @@ services:
- "80:80"
volumes:
- staticfiles:/staticfiles
- frontend_build:/var/www/frontend
- ./nginx/default.dev.conf:/etc/nginx/conf.d/default.conf
depends_on:
- api
- frontend

frontend:
build:
context: ./frontend
dockerfile: Dockerfile
command: echo "Skipping frontend..."
image: personalnest-frontend:1.0
volumes:
- frontend_build:/frontend/build

volumes:
staticfiles:
frontend_build:
postgres_data:
12 changes: 0 additions & 12 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,10 @@ services:
env_file: .env.prod
volumes:
- staticfiles:/staticfiles
- frontend_build:/var/www/frontend
- certbot_certs:/etc/letsencrypt
- certbot_web:/var/www/certbot
depends_on:
- api
- frontend

certbot:
build:
Expand All @@ -71,18 +69,8 @@ services:
depends_on:
- nginx

frontend:
build:
context: ./frontend
dockerfile: Dockerfile
command: echo "Skipping frontend..."
image: personalnest-frontend:1.0
volumes:
- frontend_build:/frontend/build

volumes:
staticfiles:
frontend_build:
postgres_data:
certbot_certs:
certbot_web:
26 changes: 0 additions & 26 deletions frontend/.dockerignore

This file was deleted.

11 changes: 0 additions & 11 deletions frontend/Dockerfile

This file was deleted.

70 changes: 0 additions & 70 deletions frontend/README.md

This file was deleted.

Loading

0 comments on commit 974a7bd

Please sign in to comment.