1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00
_/pocketbase/compose.yml

13 lines
235 B
YAML
Raw Normal View History

2023-12-20 00:26:48 +09:00
services:
pocketbase:
image: kou029w/pocketbase
build: "."
ports:
- "8080:8080"
volumes:
- ./pb_migrations:/pb/pb_migrations
- ./pb_hooks:/pb/pb_hooks
- pb_data:/pb/pb_data
volumes:
pb_data: