Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 67bc9b6

Browse files
committed
chore: add environment file inclusion for web in Docker Compose
1 parent 43d49f6 commit 67bc9b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.development.docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ version: "3"
22
services:
33
web:
44
container_name: app
5+
env_file:
6+
- web/.env
57
environment:
68
- CMS_API=http://cms:1337/api
79
build:

0 commit comments

Comments
 (0)