1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-01-31 03:12:45 +00:00
bramw_baserow/deploy/all-in-one/docker-compose.pgautoupgrade.yml
2024-04-10 14:08:02 +00:00

18 lines
526 B
YAML

version: "3.4"
services:
baserow-pgautoupgrade:
image: baserow-pgautoupgrade
build:
dockerfile: $PWD/deploy/all-in-one/pgautoupgrade.Dockerfile
context: $PWD
args:
# We allow configuring the UID/GID here so you can run as the dev's actual user
# reducing the chance the containers screw up the bind mounted folders.
UID: $UID
GID: $GID
volumes:
- baserow_all_in_one_data:/baserow/data
stdin_open: true
tty: true
volumes:
baserow_all_in_one_data: