homeserver/docker-compose/baserow/docker-compose.yml.j2
Michael Grote 65b9c2bef5
Some checks failed
ansible-lint / gitleaks (pull_request) Successful in 5s
ansible-lint / Ansible Lint (pull_request) Failing after 44s
dd
2024-10-02 12:06:16 +02:00

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