diff --git a/compose.yaml b/compose.yaml index ecf0f0a..beaf65f 100644 --- a/compose.yaml +++ b/compose.yaml @@ -6,8 +6,8 @@ services: restart: unless-stopped extra_hosts: - host.docker.internal:host-gateway - ports: - - 8090:8090 +# ports: +# - 8090:8090 networks: - bragi-local volumes: @@ -24,20 +24,20 @@ services: - /opt/dashboard/assets:/app/assets - /etc/localtime:/etc/localtime:ro - /var/run/docker.sock:/var/run/docker.sock:ro - # ports: - # - 8080:8080 - #env_file: .env +# ports: +# - 8080:8080 +# env_file: .env termix: image: ghcr.io/lukegus/termix:latest container_name: termix restart: unless-stopped - # ports: - # - '8080:8080' +# ports: +# - '8080:8080' volumes: - /opt/docker/termix/termix-data:/app/data - # environment: +# environment: # PORT: '8080' depends_on: - guacd @@ -48,11 +48,26 @@ services: image: guacamole/guacd:1.6.0 container_name: guacd restart: unless-stopped - # ports: - # - "4822:4822" +# ports: +# - "4822:4822" networks: - 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: termix-data: driver: local