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:
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
|
||||||
Reference in New Issue
Block a user