feat: migrate team_members to OIDC-based auth collection and update docker-compose environment configuration
All checks were successful
On Push to Main / test (push) Successful in 57s
On Push to Main / publish (push) Successful in 1m16s
On Push to Main / deploy-dev (push) Successful in 3m0s

This commit is contained in:
RaymondVerhoef
2026-06-25 18:05:39 +02:00
parent fab7a12f7b
commit d5191073f0
2 changed files with 41 additions and 0 deletions

View File

@@ -12,7 +12,11 @@ services:
container_name: pocketbase-learning
restart: unless-stopped
working_dir: /pb
env_file:
- .env.local
command: ["serve", "--http=0.0.0.0:8090", "--dir=/pb/pb_data", "--migrationsDir=/pb/pb_migrations"]
ports:
- "8090:8090"
volumes:
- pb_data:/pb/pb_data
- ./pb_migrations:/pb/pb_migrations