cleanup: remove quizmaster and leafweb (unused/orphaned), add watchtower monitor-only labels, minor consistency fixes
- quizmaster: removed entirely (test service, no longer used); also removed Portainer stack and /srv/quizmaster data - leafweb: removed orphaned MSSQL compose file (no running container, no Portainer stack, no data on disk) - authelia, gitea, couchdb, portainer, immich (server + ml): add com.centurylinklabs.watchtower.monitor-only=true so watchtower still notifies on new versions without auto-applying them - ladder: restore restart: unless-stopped (was commented out) - rackpeek: add missing TZ env var
This commit is contained in:
@@ -3,6 +3,8 @@ services:
|
||||
container_name: authelia
|
||||
image: authelia/authelia:4.38
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
- com.centurylinklabs.watchtower.monitor-only=true
|
||||
volumes:
|
||||
- /srv/authelia/config:/config
|
||||
environment:
|
||||
|
||||
@@ -3,6 +3,8 @@ services:
|
||||
image: couchdb
|
||||
container_name: couchdb
|
||||
restart: always
|
||||
labels:
|
||||
- com.centurylinklabs.watchtower.monitor-only=true
|
||||
ports:
|
||||
- "127.0.0.1:5984:5984"
|
||||
environment:
|
||||
|
||||
@@ -7,6 +7,8 @@ services:
|
||||
server:
|
||||
image: docker.gitea.com/gitea:nightly
|
||||
container_name: gitea
|
||||
labels:
|
||||
- com.centurylinklabs.watchtower.monitor-only=true
|
||||
environment:
|
||||
- USER_UID=1000
|
||||
- USER_GID=1000
|
||||
|
||||
@@ -16,6 +16,8 @@ services:
|
||||
# extends:
|
||||
# file: hwaccel.transcoding.yml
|
||||
# service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding
|
||||
labels:
|
||||
- com.centurylinklabs.watchtower.monitor-only=true
|
||||
volumes:
|
||||
- /mnt/nas_family/immich-library:/usr/src/app/upload
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
@@ -41,6 +43,8 @@ services:
|
||||
# extends: # uncomment this section for hardware acceleration - see https://immich.app/docs/features/ml-hardware-acceleration
|
||||
# file: hwaccel.ml.yml
|
||||
# service: cpu # set to one of [armnn, cuda, rocm, openvino, openvino-wsl, rknn] for accelerated inference - use the `-wsl` version for WSL2 where applicable
|
||||
labels:
|
||||
- com.centurylinklabs.watchtower.monitor-only=true
|
||||
volumes:
|
||||
- model-cache:/cache
|
||||
env_file:
|
||||
|
||||
@@ -4,7 +4,7 @@ services:
|
||||
image: ghcr.io/everywall/ladder:latest
|
||||
container_name: ladder
|
||||
#build: .
|
||||
#restart: always
|
||||
restart: unless-stopped
|
||||
#command: sh -c ./ladder
|
||||
environment:
|
||||
- PORT=8080
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
version: '3.8'
|
||||
services:
|
||||
sql-server:
|
||||
image: mcr.microsoft.com/mssql/server
|
||||
container_name: leafweb-sql-server
|
||||
environment:
|
||||
SA_PASSWORD: ${SA_PASSWORD}
|
||||
ACCEPT_EULA: Y
|
||||
ports:
|
||||
- "127.0.0.1:1433:1433"
|
||||
@@ -4,6 +4,8 @@ services:
|
||||
container_name: portainer
|
||||
restart: always
|
||||
privileged: true
|
||||
labels:
|
||||
- com.centurylinklabs.watchtower.monitor-only=true
|
||||
volumes:
|
||||
- /mnt/containers/portainer/container-data/data:/data:Z
|
||||
- /var/run/docker.sock:/var/run/docker.sock:Z
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
version: "3.7"
|
||||
services:
|
||||
app:
|
||||
image: nymanjens/quizmaster:latest
|
||||
stdin_open: true
|
||||
tty: true
|
||||
ports: ["9001:9000"]
|
||||
volumes:
|
||||
- /srv/quizmaster/quiz:/app/conf/quiz
|
||||
- /srv/quizmaster/application.conf:/app/conf/application.conf
|
||||
command: "bin/server"
|
||||
@@ -1,11 +0,0 @@
|
||||
version: "3.7"
|
||||
services:
|
||||
app:
|
||||
image: nymanjens/quizmaster:latest
|
||||
stdin_open: true
|
||||
tty: true
|
||||
ports: ["9001:9000"]
|
||||
volumes:
|
||||
- /srv/quizmaster/quiz:/app/conf/quiz
|
||||
- /srv/quizmaster/application.conf:/app/conf/application.conf
|
||||
command: "bin/server"
|
||||
@@ -12,6 +12,7 @@ services:
|
||||
- LETSENCRYPT_HOST=rackpeek.kolpacksoftware.com
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=America/New_York
|
||||
user: "1000:1000"
|
||||
restart: unless-stopped
|
||||
|
||||
|
||||
Reference in New Issue
Block a user