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.
20 lines
530 B
20 lines
530 B
7 months ago
|
version: "3.7"
|
||
|
|
||
|
services:
|
||
|
app_proxy:
|
||
|
environment:
|
||
|
APP_HOST: pocketbase_app_1
|
||
|
APP_PORT: 8090
|
||
|
PROXY_AUTH_ADD: "false"
|
||
|
|
||
|
app:
|
||
|
image: ghcr.io/muchobien/pocketbase:0.22.11@sha256:04dd9850554a24f82cfee060ff394179baaecc0f97e7721d9dd06818d26fd671
|
||
|
# pocketbase needs to run as root
|
||
|
# user: "1000:1000"
|
||
|
restart: on-failure
|
||
|
stop_grace_period: 1m
|
||
|
volumes:
|
||
|
- ${APP_DATA_DIR}/data/data:/pb_data
|
||
|
- ${APP_DATA_DIR}/data/public:/pb_public
|
||
|
- ${APP_DATA_DIR}/data/hooks:/pb_hooks
|