Add network

This commit is contained in:
2025-07-08 16:27:43 +05:30
parent f076855e32
commit 601ec06611
10 changed files with 71 additions and 51 deletions

View File

@@ -10,4 +10,10 @@ services:
- /etc/localtime:/etc/localtime:ro
ports:
- ${SERVER_PORT}:3000
networks:
- frontend
restart: unless-stopped
networks:
frontend:
external: true