19 lines
378 B
Django/Jinja
19 lines
378 B
Django/Jinja
---
|
|
# https://baserow.io/docs/installation%2Finstall-with-docker-compose
|
|
services:
|
|
baserow:
|
|
container_name: baserow
|
|
image: baserow/baserow:1.27.2
|
|
environment:
|
|
BASEROW_PUBLIC_URL: 'http://docker10.mgrote.net:280' # todo
|
|
ports:
|
|
- "280:80"
|
|
- "2443:443"
|
|
volumes:
|
|
- baserow_data:/baserow/data
|
|
volumes:
|
|
baserow_data:
|
|
|
|
|
|
# traefik
|
|
# ldap
|