mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-03-05 19:00:38 +00:00
21 lines
186 B
Plaintext
21 lines
186 B
Plaintext
version: '2'
|
|
|
|
services:
|
|
rng:
|
|
build: rng
|
|
|
|
hasher:
|
|
build: hasher
|
|
|
|
webui:
|
|
build: webui
|
|
ports:
|
|
- "8000:80"
|
|
|
|
redis:
|
|
image: redis
|
|
|
|
worker:
|
|
build: worker
|
|
|