switching source to remmina from syncthing

This commit is contained in:
Colin 2024-03-18 12:51:23 -04:00
parent 0712384f60
commit 1fe545e2e8
7 changed files with 38 additions and 59 deletions

View File

@ -1,7 +1,7 @@
version: "3.9"
services:
syncthing:
remmina:
build:
context: docker/syncthing
context: docker/remmina
dockerfile: Dockerfile.production
image: git.nixc.us/colin/syncthing:production
image: git.nixc.us/colin/remmina:production

View File

@ -1,6 +1,6 @@
version: "3.9"
services:
syncthing:
remmina:
build:
context: docker/syncthing
image: git.nixc.us/colin/syncthing:staging
context: docker/remmina
image: git.nixc.us/colin/remmina:staging

View File

@ -0,0 +1 @@
FROM lscr.io/linuxserver/remmina:latest

View File

@ -1 +0,0 @@
FROM syncthing/syncthing

View File

@ -1,4 +1,3 @@
# build 0
version: '3.7'
networks:
@ -6,20 +5,16 @@ networks:
external: true
services:
sync:
# build: ./syncthing/
image: git.nixc.us/colin/syncthing:production
# expose:
# - 8384
hostname: sync
ports:
- "22000:22000"
- "21027:21027/udp"
volumes:
- "/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"
remmina:
image: git.nixc.us/colin/remmina:production
environment:
- PUID=1000
- PGID=1000
# - REMMINA_PASSWORD=your_password
- REMMINA_PORT=5900
# volumes:
# - "/mnt/tank/persist/nixc.us/remmina/config:/config"
# - "/mnt/tank/persist/nixc.us/vault/production/data:/data:ro"
networks:
- traefik
deploy:
@ -30,16 +25,11 @@ services:
labels:
traefik.docker.network: traefik
traefik.enable: "true"
traefik.http.routers.production_sync.entrypoints: websecure
traefik.http.routers.production_sync.rule: Host(`sync.nixc.us`)
traefik.http.routers.production_sync.service: production_sync
traefik.http.routers.production_sync.tls: "true"
traefik.http.routers.production_sync.tls.certresolver: letsencryptresolver
traefik.http.services.production_sync.loadbalancer.server.port: '8384'
traefik.http.routers.production_remmina.entrypoints: websecure
traefik.http.routers.production_remmina.rule: Host(`remmina.nixc.us`)
traefik.http.routers.production_remmina.service: production_remmina
traefik.http.routers.production_remmina.tls: "true"
traefik.http.routers.production_remmina.tls.certresolver: letsencryptresolver
traefik.http.services.production_remmina.loadbalancer.server.port: '5900'
traefik.tags: traefik
traefik.http.routers.production_sync.middlewares: authelia_authelia@docker
# logging:
# driver: "gelf"
# options:
# gelf-address: "udp://log.nixc.us:15124"
# tag: "sync_sync"
traefik.http.routers.production_remmina.middlewares: authelia_authelia@docker

View File

@ -1,4 +1,3 @@
# build 0
version: '3.7'
networks:
@ -6,18 +5,13 @@ networks:
external: true
services:
sync:
image: git.nixc.us/colin/syncthing:staging
# expose:
# - 8384
# ports:
# - "22000:22000"
# - "21027:21027/udp"
# 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"
remmina:
image: git.nixc.us/colin/remmina:staging
environment:
- PUID=1000
- PGID=1000
# - REMMINA_PASSWORD=your_password
- REMMINA_PORT=5900
networks:
- traefik
deploy:
@ -28,16 +22,11 @@ services:
labels:
traefik.docker.network: traefik
traefik.enable: "true"
traefik.http.routers.staging_sync.entrypoints: websecure
traefik.http.routers.staging_sync.rule: Host(`staging.sync.nixc.us`)
traefik.http.routers.staging_sync.service: staging_sync
traefik.http.routers.staging_sync.tls: "true"
traefik.http.routers.staging_sync.tls.certresolver: letsencryptresolver
traefik.http.services.staging_sync.loadbalancer.server.port: '8384'
traefik.http.routers.staging_remmina.entrypoints: websecure
traefik.http.routers.staging_remmina.rule: Host(`staging.remmina.nixc.us`)
traefik.http.routers.staging_remmina.service: staging_remmina
traefik.http.routers.staging_remmina.tls: "true"
traefik.http.routers.staging_remmina.tls.certresolver: letsencryptresolver
traefik.http.services.staging_remmina.loadbalancer.server.port: '5900'
traefik.tags: traefik
traefik.http.routers.staging_sync.middlewares: authelia_authelia@docker
# logging:
# driver: "gelf"
# options:
# gelf-address: "udp://log.nixc.us:15124"
# tag: "sync_sync"
traefik.http.routers.staging_remmina.middlewares: authelia_authelia@docker