Update docker-compose.yml
This commit is contained in:
@@ -17,7 +17,7 @@ services:
|
|||||||
context: ./backend
|
context: ./backend
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
environment:
|
environment:
|
||||||
- DB_HOST=db
|
- DB_HOST=${DB_HOST:-db}
|
||||||
- DB_USER=${DB_USER:-omni_user}
|
- DB_USER=${DB_USER:-omni_user}
|
||||||
- DB_PORT=${DB_PORT:-3306}
|
- DB_PORT=${DB_PORT:-3306}
|
||||||
- DB_PASSWORD=${DB_PASSWORD:-omni_pass}
|
- DB_PASSWORD=${DB_PASSWORD:-omni_pass}
|
||||||
|
|||||||
Reference in New Issue
Block a user