feat(meta): Initial cookiecutter commit (#1)

This commit is contained in:
2023-10-08 16:44:05 +02:00
parent e7d7b012b3
commit 020975158d
11 changed files with 283 additions and 1 deletions

11
common-settings.yml Normal file
View File

@@ -0,0 +1,11 @@
services:
common-settings:
environment:
TZ: "${TIMEZONE:-Etc/UTC}"
logging:
driver: "json-file"
options:
max-size: "10m"
max-file: "10"
compress: "true"
restart: "${RESTARTPOLICY:-unless-stopped}"