Skip to content

Commit 90cf512

Browse files
author
Arne Hilmann
committed
minimal docker config
1 parent c4ca4ce commit 90cf512

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

docker-compose.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
version: "3.4"
2+
services:
3+
markdeck:
4+
image: arne/markdeck:0.60.0
5+
ports:
6+
- 8080:8080
7+
environment:
8+
- ASCIIART_A2S_HOST=http://a2sketch:22753
9+
volumes:
10+
- type: bind
11+
source: ./
12+
target: /source
13+
read_only: true
14+
- type: bind
15+
source: ./deck
16+
target: /target
17+
a2sketch:
18+
image: arne/a2sketch:0.15
19+
ports:
20+
- 22753:22753
21+
volumes:
22+
- type: bind
23+
source: ./
24+
target: /custom-types
25+
read_only: true

0 commit comments

Comments
 (0)