refactor: update Dockerfile and docker-compose.yml for Next.js 15 optimization and standalone output
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user