mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-20 21:39:22 +00:00
Another round of updates for CRAFT, almost there
This commit is contained in:
@@ -3,18 +3,14 @@ version: '2'
|
||||
services:
|
||||
rng:
|
||||
build: rng
|
||||
ports:
|
||||
- 80
|
||||
|
||||
hasher:
|
||||
build: hasher
|
||||
ports:
|
||||
- 80
|
||||
|
||||
webui:
|
||||
build: webui
|
||||
ports:
|
||||
- 80
|
||||
- "8000:80"
|
||||
|
||||
redis:
|
||||
image: redis
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user