Add networks

This commit is contained in:
2025-07-20 18:18:17 +05:30
parent 4bf5a5fef0
commit 0ef435ea5c
3 changed files with 18 additions and 0 deletions

View File

@@ -10,3 +10,9 @@ services:
- ${APPDATA_PATH}/gotify/config:/app/data
ports:
- ${PORT}:80
networks:
- frontend
networks:
frontend:
external: true

View File

@@ -31,3 +31,9 @@ services:
ports:
- ${PORT}:8000
- ${SMTP_PORT}:2525
networks:
- frontend
networks:
frontend:
external: true

View File

@@ -7,3 +7,9 @@ services:
- ${APPDATA_PATH}/uptime-kuma/config:/app/data
ports:
- ${PORT}:3001
networks:
- frontend
networks:
frontend:
external: true