mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
10 lines
293 B
YAML
10 lines
293 B
YAML
version: "3.8"
|
|
services:
|
|
pocketbase:
|
|
image: spectado/pocketbase:0.23.3
|
|
restart: unless-stopped
|
|
volumes:
|
|
- /etc/dokploy/templates/${HASH}/data:/pb_data
|
|
- /etc/dokploy/templates/${HASH}/public:/pb_public
|
|
- /etc/dokploy/templates/${HASH}/migrations:/pb_migrations
|