new services + proxy network rework

This commit is contained in:
2025-10-13 15:09:05 +02:00
parent aed7d849be
commit ccb4dbc2f3
26 changed files with 287 additions and 37 deletions

11
Gotify/docker-compose.yml Normal file → Executable file
View File

@@ -1,9 +1,14 @@
version: "3"
services:
gotify:
container_name: gotify
image: gotify/server
restart: unless-stopped
ports:
- 8282:80
# ports:
# - 8282:80
volumes:
- "/zstore/Docker-volumes/Gotify/gotify_data:/app/data"
networks:
default:
external: true
name: proxy