Create docker-compose.yml

This commit is contained in:
Mauricio Siu 2025-03-01 00:55:34 -06:00 committed by GitHub
parent 307e610052
commit 7867d09794
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,9 @@
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