This commit is contained in:
2025-12-08 00:35:19 +00:00
parent cf95327877
commit cfab8230bd

View File

@@ -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) &&