Env samples
This commit is contained in:
@ -24,7 +24,7 @@ services:
|
||||
build:
|
||||
context: ./frontend
|
||||
dockerfile: PHP.Dockerfile
|
||||
env_file: common.env
|
||||
env_file: .common.env
|
||||
volumes:
|
||||
- .:/app
|
||||
depends_on:
|
||||
@ -36,7 +36,7 @@ services:
|
||||
context: ./backend
|
||||
dockerfile: PHP.Dockerfile
|
||||
env_file:
|
||||
- common.env
|
||||
- .common.env
|
||||
- .db.env
|
||||
volumes:
|
||||
- .:/app
|
||||
|
Reference in New Issue
Block a user