fix: create docker networks

This commit is contained in:
2026-05-14 17:20:15 +04:00
parent 42fb5f40f9
commit 7d75866803
4 changed files with 31 additions and 17 deletions
+6 -1
View File
@@ -8,6 +8,11 @@ services:
NEXT_PUBLIC_SENTRY_DSN: ${NEXT_PUBLIC_SENTRY_DSN}
# SENTRY_AUTH_TOKEN: ${SENTRY_AUTH_TOKEN} # décommenter pour uploader les source maps
ports:
- "3000:3000"
- "4000:4000"
env_file: .env
restart: unless-stopped
networks:
- konstitisyon_network
networks:
konstitisyon_network:
external: true