Update docker-compose.yaml
This commit is contained in:
parent
cc7eae4a1b
commit
76dfe3505f
@ -17,6 +17,8 @@ services:
|
|||||||
image: mariadb:10.6.4-focal
|
image: mariadb:10.6.4-focal
|
||||||
# If you really want to use MySQL, uncomment the following line
|
# If you really want to use MySQL, uncomment the following line
|
||||||
#image: mysql:8.0.19
|
#image: mysql:8.0.19
|
||||||
|
ports:
|
||||||
|
- 3306:3306
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_DATABASE=example
|
- MYSQL_DATABASE=example
|
||||||
- MYSQL_ROOT_PASSWORD_FILE=/run/secrets/db-password
|
- MYSQL_ROOT_PASSWORD_FILE=/run/secrets/db-password
|
||||||
@ -45,9 +47,9 @@ services:
|
|||||||
- react-spring
|
- react-spring
|
||||||
depends_on:
|
depends_on:
|
||||||
- backend
|
- backend
|
||||||
expose:
|
# expose:
|
||||||
- 3306
|
# - 3306
|
||||||
- 33060
|
# - 33060
|
||||||
# volumes:
|
# volumes:
|
||||||
# db-data: {}
|
# db-data: {}
|
||||||
secrets:
|
secrets:
|
||||||
|
Loading…
Reference in New Issue
Block a user