baserow: add
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user