This repository has been archived on 2025-12-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
BreadnetV3/docker-compose.yml
2025-11-13 23:45:26 +13:00

18 lines
280 B
YAML

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"