docker – Blame information for rev 64
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
64 | office | 1 | version: '3.9' |
2 | services: |
||
3 | airdcpp: |
||
4 | image: docker.internal:5000/airdcpp:2.12.1 |
||
5 | ports: |
||
6 | - 5600:5600 |
||
7 | - 21249:21249 |
||
8 | - 21248:21248 |
||
9 | - 21248:21248/udp |
||
10 | environment: |
||
11 | - TCP_PORT=21248 |
||
12 | - UDP_PORT=21248 |
||
13 | - TLS_PORT=21249 |
||
14 | - HTTP_PORT=5600 |
||
15 | volumes: |
||
16 | - /mnt/swarm/docker/data/airdcpp/config:/.airdcpp |
||
17 | - /mnt/swarm/docker/data/airdcpp/share:/Share/ |
||
18 | - /mnt/swarm/downloads:/Downloads/ |
||
19 | deploy: |
||
20 | labels: |
||
21 | - shepherd.enable=true |
||
22 | - shepherd.auth.config=docker |
||
23 | replicas: 1 |
||
24 | placement: |
||
25 | max_replicas_per_node: 1 |