Archived
1
0
Fork 0
This repository has been archived on 2024-01-27. You can view files and clone it, but cannot push or open issues or pull requests.
dockerfiles/docker-compose.yaml

25 lines
380 B
YAML
Raw Normal View History

2017-12-09 16:46:17 +01:00
version: "2"
services:
aap:
build: ./aap
image: elfrinjo/aap:latest
2019-07-28 15:05:21 +02:00
feed-to-muc:
build: ./feed-to-muc
image: elfrinjo/feed-to-muc:latest
2018-11-22 18:29:26 +01:00
prosody-0.11:
build: ./prosody-0.11
image: elfrinjo/prosody-0.11:latest
2017-12-09 16:46:17 +01:00
torrelay:
build: ./torrelay
image: elfrinjo/torrelay:latest
2020-07-23 16:33:44 +02:00
webdav:
build: ./webdav
image: elfrinjo/webdav:latest