Skip to content

Commit

Permalink
chore: Docker-compose dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed Sep 11, 2023
1 parent 0693025 commit f1ac591
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ services:
MYSQL_DATABASE: db_name
MYSQL_USER: db_user
MYSQL_PASSWORD: db_password
links:
- db:db
networks:
frontproxynet:
aliases:
Expand Down Expand Up @@ -165,6 +167,8 @@ services:
- ${PUBLIC_APP_PORT}:80/tcp
depends_on:
- app
links:
- app:app
volumes:
- ./:/var/www/html:cached
networks:
Expand Down

0 comments on commit f1ac591

Please sign in to comment.