Recipie/docker-compose.yml
june c1910a71c6 [PIE-6] Add first (non-final) (temporary-ish) stylings (#5)
this was a doozy.
Co-authored-by: june <self@breadone.net>
Co-committed-by: june <self@breadone.net>
2025-08-12 23:39:33 +12:00

17 lines
303 B
YAML

services:
web:
build: .
env_file: .env
network_mode: host
ports:
- "4321:4321"
pb:
build: api
env_file: .env
volumes:
- ./api/pb_data:/pb/pb_data
- ./api/pb_migrations:/pb/pb_migrations
- ./api/pb_hooks:/pb/pb_hooks
ports:
- "8080:8080"