mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 16:06:51 +00:00
Refactor swarm/core.yml to mount services.yml as a read-only file
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
http:
|
||||
routers:
|
||||
traefik-public-https:
|
||||
entryPoints:
|
||||
- https
|
||||
rule: Host(`coco.furyhawk.lol`)
|
||||
tls:
|
||||
certResolver: le
|
||||
service: coco_desktop@file
|
||||
|
||||
services:
|
||||
|
||||
coco_desktop:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: http://192.168.50.178:5000
|
||||
|
||||
Reference in New Issue
Block a user