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"
|
||||
container_name: api_yal
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
APP_PORT: 8787
|
||||
LOG_LEVEL: info
|
||||
env_file:
|
||||
- ./yalarba/api_yal/.env
|
||||
depends_on:
|
||||
db:
|
||||
condition: service_healthy
|
||||
|
||||
Reference in New Issue
Block a user