Make nextjs build standalone

This commit is contained in:
2025-10-06 20:30:50 +02:00
parent 7446b2fa3d
commit 63784a56ec
3 changed files with 6 additions and 1 deletions

View File

@@ -5,6 +5,8 @@ services:
context: .
dockerfile: Dockerfile
environment:
- NEXTAUTH_URL="https://f1r3wave.photos"
- AUTH_URL="https://f1r3wave.photos"
- AUTH_SECRET="your-super-secret-key-here-generate-with-openssl-rand-base64-32"
- ADMIN_TOKEN="your-admin-secret-token-123"
ports: