Skip to content

Commit

Permalink
test yeeet again
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Bisom committed Apr 16, 2024
1 parent 1c4a090 commit 4b845c7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docker-compose-dev-ga.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,12 @@ services:
depends_on:
db:
condition: service_healthy
volumes:
- "./backend/src:/app"
ports:
- 5000:5000

nginx:
image: nginx:1.25
container_name: nginx
volumes:
- ../:/var/www
- ./nginx/nginx_dev.conf:/etc/nginx/conf.d/default.conf
ports:
- 80:80
depends_on:
Expand All @@ -30,7 +25,6 @@ services:
environment:
MYSQL_ROOT_PASSWORD: 'rootpassword'
volumes:
- ./data/db:/var/lib/mysql
- ./backend/src/init_db:/docker-entrypoint-initdb.d
ports:
- "3306:3306"
Expand Down

0 comments on commit 4b845c7

Please sign in to comment.