refactor: update Dockerfile and docker-compose.yml for Next.js 15 optimization and standalone output

This commit is contained in:
hamed
2025-12-10 14:44:41 +03:30
parent 6f0c29d700
commit 8e5e8e1e9d
3 changed files with 9 additions and 8 deletions
+2 -2
View File
@@ -80,12 +80,12 @@ services:
# - /tmp
# - /app/.next/cache
# Networks (Coolify uses bridge network)
# Networks
networks:
- coolify
# Network configuration
networks:
coolify:
driver: bridge
name: coolify
external: true