Files
my-opencode-config/compose.yaml
T
2026-06-15 17:30:49 +08:00

13 lines
224 B
YAML

services:
bifrost:
image: maximhq/bifrost:v1.5.13
ports:
- "1234:1234"
environment:
- APP_PORT=1234
- APP_HOST=0.0.0.0
env_file:
- .env
volumes:
- ./bifrost-data:/app/data