Use port/expose mapping, change ports, update commits
This commit is contained in:
parent
e7fc142dc8
commit
cf3aac26bf
@ -3,9 +3,9 @@ services:
|
||||
ports:
|
||||
https: 443
|
||||
tcp:
|
||||
- 2202 # Gitea SSH
|
||||
#- 64738 # Mumble
|
||||
#- 25565 # Minecraft
|
||||
- {expose: 2442, proxy: 2443, group: "git"} # Gitea SSH
|
||||
- {expose: 6400, proxy: 6401, group: "mumble"} # Mumble
|
||||
#- {expose: 25565, proxy: 25575, group: "minecraft"} # Minecraft
|
||||
public:
|
||||
# These are load balanced, it doesn't matter what IP they point to
|
||||
- {domain: "dev-stats", service: "grafana", httpchk: true}
|
||||
@ -40,13 +40,13 @@ services:
|
||||
domain: "dev-gitea.redxen.eu"
|
||||
port:
|
||||
http: 3200
|
||||
ssh: 2442
|
||||
ssh: 2443
|
||||
path:
|
||||
data: "/mnt/gitea" # TODO: Replace with device UUIDs
|
||||
config: "/etc/gitea"
|
||||
mumble:
|
||||
configpath: '/etc/mumble-server.ini'
|
||||
port: 6400
|
||||
port: 6401
|
||||
register:
|
||||
host: "redxen.eu"
|
||||
url: "redxen.eu"
|
||||
|
@ -1,7 +1,9 @@
|
||||
n0
|
||||
n1
|
||||
|
||||
[web]
|
||||
n0
|
||||
n1
|
||||
|
||||
[database]
|
||||
n0
|
||||
@ -11,12 +13,14 @@ n0
|
||||
|
||||
[dns]
|
||||
n0
|
||||
n1
|
||||
|
||||
[git]
|
||||
n0
|
||||
|
||||
[mumble]
|
||||
n0
|
||||
n1
|
||||
|
||||
[wireguard]
|
||||
n0
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 4c58df3060479b809f2518bf2346c8150f97b1f7
|
||||
Subproject commit c7b5c388b81fde50ba2b6fc96b1e24344dd71dee
|
Reference in New Issue
Block a user