Add env_file support for internal_frontend in docker-compose.yml

This commit is contained in:
2025-07-02 11:02:09 +09:00
parent 63985d538a
commit 7cac66d018

View File

@@ -29,6 +29,8 @@ services:
internal_frontend: internal_frontend:
image: registry.boomlab.party/rheinsw/rheinsw-mono-repo/internal_frontend image: registry.boomlab.party/rheinsw/rheinsw-mono-repo/internal_frontend
container_name: internal_frontend container_name: internal_frontend
env_file:
- ./internal_frontend.env
ports: ports:
- "5101:3000" - "5101:3000"
restart: on-failure restart: on-failure