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