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

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