Remove commented-out desktop-app service and redefine volumes in docker-compose configuration
This commit is contained in:
parent
78cda88ae6
commit
7c59794776
25
dc-gui.yaml
25
dc-gui.yaml
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@ networks:
|
|||
volumes:
|
||||
postgres-data:
|
||||
pgadmin-data:
|
||||
redis-data:
|
||||
valkey-data:
|
||||
prometheus-data:
|
||||
grafana-data:
|
||||
mailpit-data:
|
||||
|
||||
# valkey-data
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user