You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
415 B
17 lines
415 B
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: budibase_budibase_1
|
|
APP_PORT: 80
|
|
PROXY_AUTH_ADD: "false"
|
|
|
|
budibase:
|
|
image: budibase/budibase:2.33.2@sha256:44e8b2e8af03cd7fa1fe7cc473b81f9d3588a1b4698c58a369044e2ce28ed5f5
|
|
restart: on-failure
|
|
stop_grace_period: 1m
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data/budibase:/data
|
|
environment:
|
|
JWT_SECRET: ${APP_SEED}
|