[c] update inventory and add restart tags to outline

This commit is contained in:
Sangelo 2024-04-26 12:44:51 +02:00
parent 04e9440630
commit 0d034756c3
2 changed files with 10 additions and 7 deletions

View file

@ -1,26 +1,26 @@
# VPN Nodes
[wormhole]
10.1.0.5
10.1.10.5
[mumble]
10.2.0.7
10.1.20.7
[outline]
10.2.0.8
10.1.20.8
[stardust]
10.2.0.9
10.1.20.9
[gitpot]
; 10.5.0.1
[gitpot_bots]
10.5.0.2
10.1.50.2
[gitpot_runners]
10.5.1.1
10.1.51.1
; 10.5.1.2
[hedgedoc]
10.2.0.10
10.1.20.10

View file

@ -2,6 +2,7 @@ version: "3.2"
services:
outline:
image: docker.getoutline.com/outlinewiki/outline:0.74.0
restart: unless-stopped
env_file: ./outline.env
ports:
- "3000:3000"
@ -12,6 +13,7 @@ services:
redis:
image: redis
restart: unless-stopped
env_file: ./outline.env
ports:
- "6379:6379"
@ -26,6 +28,7 @@ services:
https-portal:
image: steveltn/https-portal
restart: unless-stopped
env_file: ./outline.env
ports:
- "80:80"