Recipie/docker-compose.yml
june 5c099f5b49 [PIE-5] Switch to AstroJS (!4)
Co-authored-by: june <self@breadone.net>
Co-committed-by: june <self@breadone.net>
2025-08-12 16:22:40 +12:00

16 lines
274 B
YAML

services:
web:
build: .
env_file: .env
ports:
- "4321:4321"
pb:
build: api
env_file: .env
volumes:
- ./data/data:/pb/pb_data
- ./data/migrations:/pb/pb_migrations
- ./data/hooks:/pb/pb_hooks
ports:
- "8080:8080"