Skip to content

Commit 6b2fc26

Browse files
author
valentin v / vvval
committed
update compose file
1 parent b02bb28 commit 6b2fc26

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docker-compose.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ services:
99
context: ./containers/app
1010
dockerfile: Dockerfile
1111
container_name: app
12+
environment:
13+
- MYSQL_CONNECT=${MYSQL_CONNECT}
14+
- MYSQL_DATABASE=${MYSQL_DATABASE}
15+
- MYSQL_USERNAME=${MYSQL_USERNAME}
16+
- MYSQL_PASSWORD=${MYSQL_PASSWORD}
1217
ports:
1318
- 8080:8080
1419
volumes:

0 commit comments

Comments
 (0)