Skip to content

Commit

Permalink
cdn: Expose rsync port in host-mode
Browse files Browse the repository at this point in the history
* Anything else will cover-up the source-ip which breaks
  our rsync whitelist.
* We should direct this through Traefik at some point since
  the latest version now supports tcp.
  • Loading branch information
kallisti5 committed Sep 23, 2019
1 parent 894e10b commit 16cc8f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cdn.yaml
Expand Up @@ -85,7 +85,9 @@ services:
- s3_data:/repo-data:ro,z
- ./data/repo-mirror:/repo-whitelist:ro,z
ports:
- 12000:12000
- target: 12000
published: 12000
mode: host
portsmirror:
image: haiku/ports-mirror
deploy:
Expand Down

0 comments on commit 16cc8f4

Please sign in to comment.