Update compose.yaml

This commit is contained in:
2026-06-15 11:37:49 +02:00
parent e4031184b6
commit 5fe8924bf0
+25 -10
View File
@@ -6,8 +6,8 @@ services:
restart: unless-stopped restart: unless-stopped
extra_hosts: extra_hosts:
- host.docker.internal:host-gateway - host.docker.internal:host-gateway
ports: # ports:
- 8090:8090 # - 8090:8090
networks: networks:
- bragi-local - bragi-local
volumes: volumes:
@@ -24,20 +24,20 @@ services:
- /opt/dashboard/assets:/app/assets - /opt/dashboard/assets:/app/assets
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
- /var/run/docker.sock:/var/run/docker.sock:ro - /var/run/docker.sock:/var/run/docker.sock:ro
# ports: # ports:
# - 8080:8080 # - 8080:8080
#env_file: .env # env_file: .env
termix: termix:
image: ghcr.io/lukegus/termix:latest image: ghcr.io/lukegus/termix:latest
container_name: termix container_name: termix
restart: unless-stopped restart: unless-stopped
# ports: # ports:
# - '8080:8080' # - '8080:8080'
volumes: volumes:
- /opt/docker/termix/termix-data:/app/data - /opt/docker/termix/termix-data:/app/data
# environment: # environment:
# PORT: '8080' # PORT: '8080'
depends_on: depends_on:
- guacd - guacd
@@ -48,11 +48,26 @@ services:
image: guacamole/guacd:1.6.0 image: guacamole/guacd:1.6.0
container_name: guacd container_name: guacd
restart: unless-stopped restart: unless-stopped
# ports: # ports:
# - "4822:4822" # - "4822:4822"
networks: networks:
- bragi-local - bragi-local
ntfy:
image: binwiederhier/ntfy
container_name: ntfy
environment:
- NTFY_BASE_URL=https://ntfy.doeringer.eu
networks:
- bragi-local
command:
- serve
volumes:
- /opt/01_admin/ntfy:/var/cache/ntfy
- /etc/ntfy:/etc/ntfy
# ports:
# - 80:80
volumes: volumes:
termix-data: termix-data:
driver: local driver: local