Add network v2

This commit is contained in:
2025-07-08 16:37:23 +05:30
parent e7fe411daf
commit 34ded33aeb
10 changed files with 73 additions and 8 deletions

View File

@@ -28,6 +28,12 @@ services:
volumes:
- ${APPDATA_PATH}/healthchecks/config:/config
ports:
- "${PORT}:8000"
- "${SMTP_PORT}:2525"
- ${PORT}:8000
- ${SMTP_PORT}:2525
networks:
- frontend
restart: unless-stopped
networks:
frontend:
external: true