Update docker-compose.yaml

This commit is contained in:
Amin Al-Ali Al-Darwish 2022-04-28 14:12:01 +01:00 committed by GitHub
parent bc95525543
commit e6a1225aa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,9 +38,9 @@ services:
target: development target: development
ports: ports:
- 3000:3000 - 3000:3000
volumes: # volumes:
- ./frontend/src:/code/src # - ./frontend/src:/code/src
- /project/node_modules # - /project/node_modules
networks: networks:
- react-spring - react-spring
depends_on: depends_on:
@ -48,8 +48,8 @@ services:
expose: expose:
- 3306 - 3306
- 33060 - 33060
volumes: # volumes:
db-data: {} # db-data: {}
secrets: secrets:
db-password: db-password:
file: db/password.txt file: db/password.txt