remove anne server
All checks were successful
Update Compose File / build (push) Successful in 12s

This commit is contained in:
2026-03-29 21:16:22 -07:00
parent 21f45a417f
commit 3ee99d2d85

View File

@@ -114,21 +114,6 @@ services:
privileged: true privileged: true
restart: always restart: always
anne-server:
container_name: anne-server
image: lscr.io/linuxserver/code-server:latest
environment:
PUID: ${PUID}
PGID: ${PGID}
TZ: ${TZ}
PASSWORD: ${ANNE_PASS}
SUDO_PASSWORD: ${ANNE_PASS}
DOCKER_MODS: "linuxserver/mods:code-server-python3"
volumes:
- ${DATA}/anne-server:/config
privileged: true
restart: always
gitea: gitea:
container_name: gitea container_name: gitea
image: docker.gitea.com/gitea:latest image: docker.gitea.com/gitea:latest