switching source to remmina from syncthing
This commit is contained in:
parent
0712384f60
commit
1fe545e2e8
|
@ -1,7 +1,7 @@
|
||||||
version: "3.9"
|
version: "3.9"
|
||||||
services:
|
services:
|
||||||
syncthing:
|
remmina:
|
||||||
build:
|
build:
|
||||||
context: docker/syncthing
|
context: docker/remmina
|
||||||
dockerfile: Dockerfile.production
|
dockerfile: Dockerfile.production
|
||||||
image: git.nixc.us/colin/syncthing:production
|
image: git.nixc.us/colin/remmina:production
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
version: "3.9"
|
version: "3.9"
|
||||||
services:
|
services:
|
||||||
syncthing:
|
remmina:
|
||||||
build:
|
build:
|
||||||
context: docker/syncthing
|
context: docker/remmina
|
||||||
image: git.nixc.us/colin/syncthing:staging
|
image: git.nixc.us/colin/remmina:staging
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
FROM lscr.io/linuxserver/remmina:latest
|
|
@ -1 +0,0 @@
|
||||||
FROM syncthing/syncthing
|
|
|
@ -1,4 +1,3 @@
|
||||||
# build 0
|
|
||||||
version: '3.7'
|
version: '3.7'
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
|
@ -6,20 +5,16 @@ networks:
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
sync:
|
remmina:
|
||||||
# build: ./syncthing/
|
image: git.nixc.us/colin/remmina:production
|
||||||
image: git.nixc.us/colin/syncthing:production
|
environment:
|
||||||
# expose:
|
- PUID=1000
|
||||||
# - 8384
|
- PGID=1000
|
||||||
hostname: sync
|
# - REMMINA_PASSWORD=your_password
|
||||||
ports:
|
- REMMINA_PORT=5900
|
||||||
- "22000:22000"
|
# volumes:
|
||||||
- "21027:21027/udp"
|
# - "/mnt/tank/persist/nixc.us/remmina/config:/config"
|
||||||
volumes:
|
# - "/mnt/tank/persist/nixc.us/vault/production/data:/data:ro"
|
||||||
- "/mnt/tank/persist/nixc.us/sync/production/config:/var/syncthing/config"
|
|
||||||
- "/mnt/tank/persist/nixc.us/vault/production/otng:/otng"
|
|
||||||
- "/mnt/tank/persist/nixc.us/vault/production/data:/vault/:ro"
|
|
||||||
- "/mnt/tank/persist/nixc.us/vault/production/storage:/var/syncthing/storage"
|
|
||||||
networks:
|
networks:
|
||||||
- traefik
|
- traefik
|
||||||
deploy:
|
deploy:
|
||||||
|
@ -30,16 +25,11 @@ services:
|
||||||
labels:
|
labels:
|
||||||
traefik.docker.network: traefik
|
traefik.docker.network: traefik
|
||||||
traefik.enable: "true"
|
traefik.enable: "true"
|
||||||
traefik.http.routers.production_sync.entrypoints: websecure
|
traefik.http.routers.production_remmina.entrypoints: websecure
|
||||||
traefik.http.routers.production_sync.rule: Host(`sync.nixc.us`)
|
traefik.http.routers.production_remmina.rule: Host(`remmina.nixc.us`)
|
||||||
traefik.http.routers.production_sync.service: production_sync
|
traefik.http.routers.production_remmina.service: production_remmina
|
||||||
traefik.http.routers.production_sync.tls: "true"
|
traefik.http.routers.production_remmina.tls: "true"
|
||||||
traefik.http.routers.production_sync.tls.certresolver: letsencryptresolver
|
traefik.http.routers.production_remmina.tls.certresolver: letsencryptresolver
|
||||||
traefik.http.services.production_sync.loadbalancer.server.port: '8384'
|
traefik.http.services.production_remmina.loadbalancer.server.port: '5900'
|
||||||
traefik.tags: traefik
|
traefik.tags: traefik
|
||||||
traefik.http.routers.production_sync.middlewares: authelia_authelia@docker
|
traefik.http.routers.production_remmina.middlewares: authelia_authelia@docker
|
||||||
# logging:
|
|
||||||
# driver: "gelf"
|
|
||||||
# options:
|
|
||||||
# gelf-address: "udp://log.nixc.us:15124"
|
|
||||||
# tag: "sync_sync"
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
# build 0
|
|
||||||
version: '3.7'
|
version: '3.7'
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
|
@ -6,18 +5,13 @@ networks:
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
sync:
|
remmina:
|
||||||
image: git.nixc.us/colin/syncthing:staging
|
image: git.nixc.us/colin/remmina:staging
|
||||||
# expose:
|
environment:
|
||||||
# - 8384
|
- PUID=1000
|
||||||
# ports:
|
- PGID=1000
|
||||||
# - "22000:22000"
|
# - REMMINA_PASSWORD=your_password
|
||||||
# - "21027:21027/udp"
|
- REMMINA_PORT=5900
|
||||||
# volumes:
|
|
||||||
# - "/mnt/tank/persist/nixc.us/sync/staging/config:/var/syncthing/config"
|
|
||||||
# - "/mnt/tank/persist/nixc.us/vault/staging/otng:/otng"
|
|
||||||
# - "/mnt/tank/persist/nixc.us/vault/staging/data:/vault/:ro"
|
|
||||||
# - "/mnt/tank/persist/nixc.us/vault/staging/storage:/var/syncthing/storage"
|
|
||||||
networks:
|
networks:
|
||||||
- traefik
|
- traefik
|
||||||
deploy:
|
deploy:
|
||||||
|
@ -28,16 +22,11 @@ services:
|
||||||
labels:
|
labels:
|
||||||
traefik.docker.network: traefik
|
traefik.docker.network: traefik
|
||||||
traefik.enable: "true"
|
traefik.enable: "true"
|
||||||
traefik.http.routers.staging_sync.entrypoints: websecure
|
traefik.http.routers.staging_remmina.entrypoints: websecure
|
||||||
traefik.http.routers.staging_sync.rule: Host(`staging.sync.nixc.us`)
|
traefik.http.routers.staging_remmina.rule: Host(`staging.remmina.nixc.us`)
|
||||||
traefik.http.routers.staging_sync.service: staging_sync
|
traefik.http.routers.staging_remmina.service: staging_remmina
|
||||||
traefik.http.routers.staging_sync.tls: "true"
|
traefik.http.routers.staging_remmina.tls: "true"
|
||||||
traefik.http.routers.staging_sync.tls.certresolver: letsencryptresolver
|
traefik.http.routers.staging_remmina.tls.certresolver: letsencryptresolver
|
||||||
traefik.http.services.staging_sync.loadbalancer.server.port: '8384'
|
traefik.http.services.staging_remmina.loadbalancer.server.port: '5900'
|
||||||
traefik.tags: traefik
|
traefik.tags: traefik
|
||||||
traefik.http.routers.staging_sync.middlewares: authelia_authelia@docker
|
traefik.http.routers.staging_remmina.middlewares: authelia_authelia@docker
|
||||||
# logging:
|
|
||||||
# driver: "gelf"
|
|
||||||
# options:
|
|
||||||
# gelf-address: "udp://log.nixc.us:15124"
|
|
||||||
# tag: "sync_sync"
|
|
||||||
|
|
Loading…
Reference in New Issue