mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
Create docker-compose.yml
This commit is contained in:
parent
307e610052
commit
7867d09794
9
templates/pocketbase/docker-compose.yml
Normal file
9
templates/pocketbase/docker-compose.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user