mirror of
https://github.com/array-in-a-matrix/brainwine.git
synced 2025-04-02 11:11:58 -04:00
simple docker compose
This commit is contained in:
parent
4207d15ef4
commit
77a25f4685
1 changed files with 13 additions and 0 deletions
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
services:
|
||||
brainwine:
|
||||
# build: .
|
||||
image: brainwine:latest
|
||||
ports:
|
||||
- "5001:5001" # gateway
|
||||
- "5002:5002" # server
|
||||
- "5003:5003" # portal
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
|
||||
volumes:
|
||||
bw-data: {}
|
Loading…
Add table
Reference in a new issue