Fix env_file path: .env is in project root, not infra/
This commit is contained in:
parent
d7d8df759a
commit
b9171d2504
1 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ services:
|
|||
# Mount the builder script so edits take effect without rebuilding.
|
||||
- ../builder:/app/builder:ro
|
||||
env_file:
|
||||
- path: .env
|
||||
- path: ../.env
|
||||
required: false
|
||||
environment:
|
||||
HIY_DATA_DIR: /data
|
||||
|
|
@ -56,7 +56,7 @@ services:
|
|||
- "443:443"
|
||||
- "2019:2019" # admin API
|
||||
env_file:
|
||||
- path: .env
|
||||
- path: ../.env
|
||||
required: false
|
||||
volumes:
|
||||
- ../proxy/Caddyfile:/etc/caddy/Caddyfile:ro
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue