Add .env file support to compose.yaml

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-16 15:53:01 -04:00
parent 6a70135a5d
commit 53baf3a9c4
+3
View File
@@ -2,6 +2,9 @@ services:
bbq: bbq:
build: . build: .
restart: unless-stopped restart: unless-stopped
env_file:
- path: .env
required: false
ports: ports:
- "127.0.0.1:8090:8080" - "127.0.0.1:8090:8080"
volumes: volumes: