Files
learning-platform/docker-compose.yml
RaymondVerhoef 7234074c21
All checks were successful
On Push to Main / test (push) Successful in 42s
On Push to Main / publish (push) Successful in 1m7s
On Push to Main / deploy-dev (push) Successful in 1m40s
chore: initialize PocketBase environment with project metadata, configuration, and data structure types
2026-05-15 14:55:34 +02:00

18 lines
339 B
YAML

services:
frontend:
build: .
restart: unless-stopped
ports:
- "8080:80"
pocketbase-learning:
image: ghcr.io/muchobien/pocketbase:latest
container_name: pocketbase-learning
restart: unless-stopped
command: ["serve", "--http=0.0.0.0:8090"]
volumes:
- pb_data:/pb/pb_data
volumes:
pb_data: