feat(meta): Initial commit

This commit is contained in:
2025-02-12 00:41:54 +01:00
parent 2e6a563302
commit 0e4c82e4e5
6 changed files with 357 additions and 1 deletions

11
common-settings.yaml 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:-always}"