Merge pull request #639 from mr-karan/tz

feat: Add timezone config in app container
This commit is contained in:
Kailash Nadh 2021-12-29 11:53:48 +05:30 committed by GitHub
commit d523d0a114
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,5 @@
FROM alpine:latest
RUN apk --no-cache add ca-certificates
RUN apk --no-cache add ca-certificates tzdata
WORKDIR /listmonk
COPY listmonk .
COPY config.toml.sample config.toml

View file

@ -11,6 +11,8 @@ x-app-defaults: &app-defaults
- "9000:9000"
networks:
- listmonk
environment:
- TZ=Etc/UTC
x-db-defaults: &db-defaults
image: postgres:13