More env fixes
This commit is contained in:
parent
a4b4b9d222
commit
d04ba8ad3c
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ services:
|
|||
volumes:
|
||||
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
environment:
|
||||
DB_PASSWORD: ${DB_PASSWORD}
|
||||
DB_USERNAME: ${DB_USERNAME}
|
||||
DB_DATABASE_NAME: ${DB_DATABASE_NAME}
|
||||
ports:
|
||||
- 2283:3001
|
||||
depends_on:
|
||||
|
|
Loading…
Add table
Reference in a new issue