WIP: Switch to NixOS #5
1 changed files with 25 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue