Add network #6

Merged
ryuupendragon merged 3 commits from network into main 2025-07-08 16:40:16 +05:30
11 changed files with 78 additions and 52 deletions
Showing only changes of commit e7fe411daf - Show all commits

View File

@@ -8,5 +8,11 @@ services:
volumes:
- ${APPDATA_PATH}/gotify/config:/app/data
ports:
- "${PORT}:80"
- ${PORT}:80
networks:
- frontend
restart: unless-stopped
networks:
frontend:
external: true