Use env_file
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
||||
data
|
||||
.env
|
||||
|
||||
@@ -5,6 +5,8 @@ services:
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8060:80"
|
||||
env_file:
|
||||
- ./.env
|
||||
environment:
|
||||
TZ: Asia/Taipei
|
||||
CRON_MIN: "*/60"
|
||||
|
||||
Reference in New Issue
Block a user