18 lines
237 B
YAML
18 lines
237 B
YAML
version: "2"
|
|
|
|
|
|
services:
|
|
|
|
aap:
|
|
build: ./aap
|
|
image: elfrinjo/aap:latest
|
|
|
|
prosody-0.11:
|
|
build: ./prosody-0.11
|
|
image: elfrinjo/prosody-0.11:latest
|
|
|
|
torrelay:
|
|
build: ./torrelay
|
|
image: elfrinjo/torrelay:latest
|
|
|
|
|