mirror of
https://github.com/jonathan-martz/pocketbase-php-sdk.git
synced 2026-04-03 15:27:44 +00:00
12 lines
377 B
YAML
12 lines
377 B
YAML
services:
|
|
pocketbase_php_sdk:
|
|
image: ghcr.io/muchobien/pocketbase:latest
|
|
container_name: pocketbase_php_sdk
|
|
restart: unless-stopped
|
|
ports:
|
|
- "7090:8090"
|
|
healthcheck: # optional, recommended since v0.10.0
|
|
test: wget --no-verbose --tries=1 --spider http://localhost:8090/api/health || exit 1
|
|
interval: 5s
|
|
timeout: 5s
|
|
retries: 5 |