mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-04 18:00:20 +00:00
Add remotely
This commit is contained in:
parent
71f871c895
commit
1e9227ca57
25
docker/remotely/docker-compose.yaml
Normal file
25
docker/remotely/docker-compose.yaml
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
services:
|
||||||
|
remotely:
|
||||||
|
image: translucency/remotely
|
||||||
|
container_name: remotely
|
||||||
|
networks:
|
||||||
|
- proxy
|
||||||
|
volumes:
|
||||||
|
- /docker/remotely:/remotely-data
|
||||||
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
|
|
||||||
|
- "traefik.http.routers.remotely-redirect.entrypoints=http"
|
||||||
|
- "traefik.http.routers.remotely-redirect.rule=Host(`remotely.korhonen.cc`)"
|
||||||
|
- "traefik.http.middlewares.http2https.redirectscheme.scheme=https"
|
||||||
|
- "traefik.http.routers.remotely-redirect.middlewares=http2https"
|
||||||
|
|
||||||
|
- "traefik.http.routers.remotely.entrypoints=https"
|
||||||
|
- "traefik.http.routers.remotely.rule=Host(`remotely.korhonen.cc`)"
|
||||||
|
- "traefik.http.routers.remotely.service=remotely"
|
||||||
|
- "traefik.docker.network=proxy"
|
||||||
|
- "traefik.http.services.remotely.loadbalancer.server.port=5000"
|
||||||
|
|
||||||
|
networks:
|
||||||
|
proxy:
|
||||||
|
external: true
|
Loading…
Reference in New Issue
Block a user