fix(docker): 🐛 Fix the whole docker deployment pipeline
I've been able to deploy the application on another machine (finally).
This commit is contained in:
6
apps/builder/.env.production.example
Normal file
6
apps/builder/.env.production.example
Normal file
@ -0,0 +1,6 @@
|
||||
DATABASE_URL=postgresql://postgres:typebot@postgres:5432/typebot
|
||||
NEXT_PUBLIC_VIEWER_URL=http://localhost:8081
|
||||
ENCRYPTION_SECRET=SgVkYp2s5v8y/B?E(H+MbQeThWmZq4t6
|
||||
ADMIN_EMAIL=contact@baptiste-arnaud.fr
|
||||
NEXTAUTH_URL=http://localhost:8080
|
||||
NEXTAUTH_URL_INTERNAL=http://host.docker.internal:8080
|
Reference in New Issue
Block a user