add pb stuff

This commit is contained in:
2025-11-17 13:39:39 +13:00
parent 308d1b205a
commit 3ed4a0f9fe
6 changed files with 153 additions and 0 deletions

17
docker-compose.yml Normal file
View File

@@ -0,0 +1,17 @@
services:
web:
build: web
env_file: .env
ports:
- "4321:4321"
pb:
build: pb
env_file: .env
volumes:
- ./pb/pb_data:/pb/pb_data
- ./pb/pb_migrations:/pb/pb_migrations
- ./pb/pb_hooks:/pb/pb_hooks
ports:
- "8090:8090"