mirror of
https://github.com/array-in-a-matrix/brainwine.git
synced 2025-04-02 11:11:58 -04:00
13 lines
No EOL
224 B
YAML
13 lines
No EOL
224 B
YAML
services:
|
|
brainwine:
|
|
# build: .
|
|
image: brainwine:latest
|
|
ports:
|
|
- "5001:5001" # gateway
|
|
- "5002:5002" # server
|
|
- "5003:5003" # portal
|
|
volumes:
|
|
- bw-data:/data
|
|
|
|
volumes:
|
|
bw-data: {} |