From eb5b652b73c56c9aba15620d4fae6deed5474fae Mon Sep 17 00:00:00 2001 From: Andrew Stowell Date: Thu, 22 May 2025 16:13:23 -0400 Subject: [PATCH] normalizing config across projects --- compose.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/compose.yaml b/compose.yaml index 569a3eef..18da5d71 100644 --- a/compose.yaml +++ b/compose.yaml @@ -20,9 +20,16 @@ services: init: true labels: - "com.centurylinklabs.watchtower.enable=false" # built, disable watchtower + logging: + driver: syslog + options: + tag: readme_stats networks: - public restart: always + user: ${USER_ID}:${GROUP_ID} + volumes: + - /etc/localtime:/etc/localtime:ro # read-only # allow watchtower to monitor for update to base image, since our container is built readme_stats_monitor: @@ -30,4 +37,5 @@ services: entrypoint: "/bin/true" image: node:lts-alpine restart: no + user: ${USER_ID}:${GROUP_ID}