server: docker: remove debug container from compose file

Signed-off-by: Max R. Carrara <max@aequito.sh>
This commit is contained in:
Max R. Carrara 2025-08-16 18:48:06 +02:00
parent f87843785a
commit 7631cfd326

View file

@ -63,13 +63,6 @@ services:
- "traefik.http.routers.wien-talks-web.service=wien-talks-web-service"
- "traefik.http.services.wien-talks-web-service.loadbalancer.server.port=${SERVERPOD_WEB_SERVER_PORT}"
debug:
container_name: debug
image: debian:13
networks:
- docker-net
- backend
volumes:
db: