Remove commented-out desktop-app service and redefine volumes in docker-compose configuration

This commit is contained in:
Stefan Mogeritsch 2026-03-05 23:50:41 +01:00
parent 78cda88ae6
commit 7c59794776
2 changed files with 1 additions and 28 deletions

View File

@ -36,31 +36,6 @@ services:
- "web-app"
profiles: [ "gui", "all" ]
# --- DESKTOP-APP (optional) ---
# desktop-app:
# build:
# context: .
# dockerfile: config/docker/nginx/desktop-app/Dockerfile
# args:
# BUILD_DATE: "${DOCKER_BUILD_DATE}"
# labels:
# - "org.opencontainers.image.created=${DOCKER_BUILD_DATE}"
# container_name: "${PROJECT_NAME:-meldestelle}-desktop-app"
# restart: no
# environment:
# API_BASE_URL: "http://api-gateway:8081"
# ports:
# - "${DESKTOP_APP_VNC_PORT:-5901:5901}"
# - "${DESKTOP_APP_NOVNC_PORT:-6080:6080}"
# depends_on:
# api-gateway:
# condition: "service_started"
# networks:
# meldestelle-network:
# aliases:
# - "desktop-app"
# profiles: [ "gui", "all" ]
networks:
meldestelle-network:
driver: bridge

View File

@ -15,9 +15,7 @@ networks:
volumes:
postgres-data:
pgadmin-data:
redis-data:
valkey-data:
prometheus-data:
grafana-data:
mailpit-data:
# valkey-data