Added some changes

This commit is contained in:
vagrant
2026-02-12 10:04:42 +00:00
parent 4492556e02
commit 9533bd0591
2 changed files with 4 additions and 2 deletions

View File

@@ -18,6 +18,8 @@ services:
DB_USER: exemple
DB_PASSWORD: exemple
DB_NAME: exemple
command: ["./app/wait-for-it.sh", "db:3306","--","node","index-db.js"]
# command: ["./wait-for-it.sh", "db:3306","--","node","index-db.js"]
volumes:
- ./app:/usr/src/app
ports:
- 3000:3000

0
compose/app/wait-for-it.sh Normal file → Executable file
View File