13 lines
224 B
YAML
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
|