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

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