diff options
| author | Joe Carstairs <me@joeac.net> | 2026-08-06 09:00:09 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-08-06 09:00:09 +0100 |
| commit | 772404ef438c12841806f8a4ca39607a47e3438b (patch) | |
| tree | e78d1a65da727113c6d97f3f69553579691f9af5 | |
| parent | 59f92e4a4c404cf09334b40147444cbe3f387259 (diff) | |
mox rc service uses same logfile for stdout and stderr
| -rw-r--r-- | ansible/roles/mox/files/openrc/mox | 2 | ||||
| -rw-r--r-- | compose.yml | 18 |
2 files changed, 1 insertions, 19 deletions
diff --git a/ansible/roles/mox/files/openrc/mox b/ansible/roles/mox/files/openrc/mox index 56c8daa..7001cfc 100644 --- a/ansible/roles/mox/files/openrc/mox +++ b/ansible/roles/mox/files/openrc/mox @@ -33,7 +33,7 @@ start() --background \ --chdir ~mox \ --stdout /var/log/mox.log \ - --stderr /var/log/mox.err.log \ + --stderr /var/log/mox.log \ -- serve eend $? } diff --git a/compose.yml b/compose.yml index 8988ec0..51ad771 100644 --- a/compose.yml +++ b/compose.yml @@ -41,24 +41,6 @@ services: ports: - "${HTTP_PORT}:80" - etherpad: - image: git.joeac.net/joeac/${IMAGE_PREFIX}joeac.net-etherpad - container_name: joeac.net-etherpad - build: - context: . - dockerfile: etherpad.Dockerfile - args: - ALPINE_VERSION: ${ALPINE_VERSION} - ETHERPAD_VERSION: ${ETHERPAD_VERSION} - volumes: - - ${ETHERPAD_DATA_DIR}:/var/app/var - environment: - NODE_ENV: ${ETHERPAD_NODE_ENV} - ADMIN_PASSWORD: ${ETHERPAD_ADMIN_PASSWORD} - restart: unless-stopped - ports: - - "${ETHERPAD_PORT}:9001" - smtp: image: git.joeac.net/joeac/${IMAGE_PREFIX}joeac.net-smtp container_name: joeac.net-smtp |
