18 lines
287 B
YAML
18 lines
287 B
YAML
|
consul:
|
||
|
image: progrium/consul
|
||
|
command: -server -bootstrap -log-level debug -ui-dir /ui
|
||
|
ports:
|
||
|
- "8400:8400"
|
||
|
- "8500:8500"
|
||
|
- "8600:53/udp"
|
||
|
expose:
|
||
|
- "8300"
|
||
|
- "8301"
|
||
|
- "8301/udp"
|
||
|
- "8302"
|
||
|
- "8302/udp"
|
||
|
nginx:
|
||
|
image: nginx
|
||
|
ports:
|
||
|
- "8881:80"
|