modified: main_dc/docker-compose.yml
set app config from .env for docker-compose.yml file
This commit is contained in:
@@ -279,9 +279,8 @@ services:
|
|||||||
- "8787:8787"
|
- "8787:8787"
|
||||||
container_name: api_yal
|
container_name: api_yal
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
env_file:
|
||||||
APP_PORT: 8787
|
- ./yalarba/api_yal/.env
|
||||||
LOG_LEVEL: info
|
|
||||||
depends_on:
|
depends_on:
|
||||||
db:
|
db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|||||||
Reference in New Issue
Block a user