mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-12 15:25:59 +00:00
fix(backend): docker-compose.override.yml dist file (#388)
This commit is contained in:
parent
cbdbfe6117
commit
edb0212147
31
docker-compose.override.yml.dist
Normal file
31
docker-compose.override.yml.dist
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
services:
|
||||||
|
app:
|
||||||
|
restart: unless-stopped
|
||||||
|
database:
|
||||||
|
restart: unless-stopped
|
||||||
|
cache:
|
||||||
|
restart: unless-stopped
|
||||||
|
backend:
|
||||||
|
restart: unless-stopped
|
||||||
|
environment:
|
||||||
|
PUBLIC_URL: 'https://DOMAIN/api'
|
||||||
|
|
||||||
|
SECRET: 'TODO'
|
||||||
|
|
||||||
|
CORS_ORIGIN: 'array:http://localhost:8080,http://localhost:5174,https://DOMAIN'
|
||||||
|
PASSWORD_RESET_URL_ALLOW_LIST: "https://DOMAIN/set-new-password/"
|
||||||
|
|
||||||
|
ADMIN_EMAIL: 'TODO'
|
||||||
|
ADMIN_PASSWORD: 'TODO'
|
||||||
|
|
||||||
|
EMAIL_FROM: 'TODO'
|
||||||
|
EMAIL_TRANSPORT: "smtp"
|
||||||
|
EMAIL_SMTP_HOST: "MAILSERVER"
|
||||||
|
EMAIL_SMTP_PORT: "465"
|
||||||
|
EMAIL_SMTP_POOL: false
|
||||||
|
EMAIL_SMTP_SECURE: true
|
||||||
|
EMAIL_VERIFY_SETUP: true
|
||||||
|
EMAIL_SMTP_IGNORE_TLS: true
|
||||||
|
EMAIL_SMTP_TLS: true
|
||||||
|
EMAIL_SMTP_TLS_REJECT_UNAUTHORIZED: false
|
||||||
|
EMAIL_SMTP_NAME: "EMAILNAME"
|
||||||
@ -1,7 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: cupcakearmy/static
|
image: cupcakearmy/static
|
||||||
restart: unless-stopped
|
|
||||||
ports:
|
ports:
|
||||||
- 8080:80
|
- 8080:80
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user