This commit is contained in:
Michael Grote 2024-10-02 10:55:29 +02:00
parent 540c6863bd
commit 621178d871
3 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,8 @@
---
container:
valid_volumes:
- /docker/wiki/site
log:
level: info
runner:
capacity: 4

View file

@ -0,0 +1,15 @@
---
# 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' # todo
ports:
- "80:80"
- "443:443"
volumes:
- baserow_data:/baserow/data
volumes:
baserow_data:

View file

@ -66,6 +66,8 @@ compose_files:
state: present
- name: act-runner
state: present
- name: baserow
state: present
### oefenweb.ufw
ufw_rules: