x
This commit is contained in:
@@ -34,7 +34,7 @@ services:
|
||||
db:
|
||||
image: mariadb:lts
|
||||
# hostname: db
|
||||
# env_file: .env
|
||||
env_file: stack.env
|
||||
networks:
|
||||
- net
|
||||
volumes:
|
||||
@@ -53,7 +53,7 @@ services:
|
||||
# To make this work, set STATIC_CRON_TOKEN in your .env file or as an environment variable
|
||||
# The STATIC_CRON_TOKEN must be *exactly* 32 characters long
|
||||
image: alpine
|
||||
# env_file: .env
|
||||
env_file: stack.env
|
||||
command: >
|
||||
sh -c "apk add tzdata &&
|
||||
(ln -s /usr/share/zoneinfo/$$TZ /etc/localtime || true) &&
|
||||
|
||||
Reference in New Issue
Block a user