Created
August 29, 2024 02:15
-
-
Save seamonkey420/3a5e774e0b4d1cec3b064e562062d310 to your computer and use it in GitHub Desktop.
Wirepod for Synology NAS Docker. Proper compose file that will use host network.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: "2.1" | |
| services: | |
| wirepod: | |
| container_name: wirepod | |
| image: thecrystalcross/wirepod-server:latest | |
| hostname: escapepod | |
| ports: | |
| - 8080:8080 | |
| labels: | |
| - "traefik.enable=true" | |
| - "traefik.http.routers.wirepod_web.rule=Host(`wirepod.local`)" | |
| - "traefik.http.routers.wirepod_web.entrypoints=https" | |
| - "traefik.http.routers.wirepod_web.tls=true" | |
| - "traefik.http.routers.wirepod_web.tls.certresolver=https" | |
| - "traefik.http.services.wirepod_web.loadbalancer.server.port=8080" | |
| network_mode: host |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gave up temp on this and am back to hyper-v vm since i have my desktop on all the time