mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-15 16:40:45 +02:00
Solved baserow variable bugs
This commit is contained in:
parent
140572a0a4
commit
4c7ee0441e
@ -16,8 +16,8 @@ docker:
|
|||||||
image: "baserow/baserow"
|
image: "baserow/baserow"
|
||||||
version: "latest"
|
version: "latest"
|
||||||
name: "baserow"
|
name: "baserow"
|
||||||
volumes:
|
volumes:
|
||||||
data: "baserow_data"
|
data: "baserow_data"
|
||||||
server:
|
server:
|
||||||
domains:
|
domains:
|
||||||
canonical:
|
canonical:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Public URL
|
# Public URL
|
||||||
BASEROW_PUBLIC_URL=https://{{ domain }}
|
BASEROW_PUBLIC_URL={{ domains | get_url(application_id, WEB_PROTOCOL) }}
|
||||||
|
|
||||||
# Email Server Configuration
|
# Email Server Configuration
|
||||||
EMAIL_SMTP={{ system_email.smtp | upper }}
|
EMAIL_SMTP={{ system_email.smtp | upper }}
|
||||||
@ -12,7 +12,7 @@ EMAIL_SMTP_USE_TLS={{ system_email.tls | upper }}
|
|||||||
DATABASE_USER={{ database_username }}
|
DATABASE_USER={{ database_username }}
|
||||||
DATABASE_NAME={{ database_name }}
|
DATABASE_NAME={{ database_name }}
|
||||||
DATABASE_HOST={{ database_host }}
|
DATABASE_HOST={{ database_host }}
|
||||||
DATABASE_PORT={{database_port}}
|
DATABASE_PORT={{ database_port }}
|
||||||
DATABASE_PASSWORD={{ database_password }}
|
DATABASE_PASSWORD={{ database_password }}
|
||||||
|
|
||||||
REDIS_URL=redis://redis:6379
|
REDIS_URL=redis://redis:6379
|
||||||
|
Loading…
x
Reference in New Issue
Block a user