1
0

baserow: add

This commit is contained in:
2023-09-08 12:14:41 +02:00
parent 0ce3b9dd50
commit 8c46b392a5
5 changed files with 117 additions and 1 deletions

View File

@ -740,6 +740,23 @@ services:
profiles:
- base
- media
baserow:
container_name: baserow
image: baserow/baserow:latest
networks:
- public
- postgres
ports:
- "${BASEROW_EXTERNAL_PORT}:${BASEROW_INTERNAL_PORT}"
env_file:
- baserow.env
volumes:
- "${DOCKER_STORAGE_PATH}/baserow:/baserow/data"
restart: unless-stopped
profiles:
- base