Add existing PB migrations

This commit is contained in:
2025-11-13 23:45:26 +13:00
parent 4c4ca3ed96
commit c07c0550c0
31 changed files with 1635 additions and 1 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"