Added docker baserow role

This commit is contained in:
2023-09-02 18:09:06 +02:00
parent 5a7141ab12
commit 8f715f8d81
7 changed files with 73 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
version: '2'
services:
baserow:
image: baserow/baserow:1.19.1
restart: always
logging:
driver: journald
env_file:
- ./env
volumes:
- baserow_data:/baserow/data
ports:
- "{{http_port}}:80"
volumes:
baserow_data:

View File

@@ -0,0 +1,10 @@
# Public URL
BASEROW_PUBLIC_URL=https://{{ domain }}
# Email Server Configuration
EMAIL_SMTP=True
EMAIL_SMTP_HOST={{ system_email_host }}
EMAIL_SMTP_PORT={{ system_email_port }}
EMAIL_SMTP_USER={{ system_email_username }}
EMAIL_SMTP_PASSWORD={{ system_email_password }}
EMAIL_SMTP_USE_TLS=tls