13 lines
272 B
YAML
13 lines
272 B
YAML
version: '3.4'
|
|
services:
|
|
nomad:
|
|
image: nomad
|
|
command: nomad
|
|
consul:
|
|
image: consul
|
|
albatros:
|
|
image: dxflrs/albatros:4c8ea6cec9a0645825d2323465784ba3fe4ebf12
|
|
ports:
|
|
- "8080:8080"
|
|
environment:
|
|
- ALBATROS_URL="http://localhost:8080"
|