Add utoy, disable glebby
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d4c58b8763
commit
bae3028751
@ -125,9 +125,12 @@
|
||||
state: present
|
||||
- name: codi
|
||||
state: present
|
||||
- name: factorio
|
||||
state: absent
|
||||
- name: jupyter
|
||||
state: present
|
||||
- name: glebby
|
||||
- name: utoy
|
||||
state: present
|
||||
|
||||
- name: factorio
|
||||
state: absent
|
||||
- name: glebby
|
||||
state: absent
|
||||
|
@ -40,3 +40,7 @@ plantuml.pbrinkmeier.de {
|
||||
glebby.pbrinkmeier.de {
|
||||
reverse_proxy glebby:5000
|
||||
}
|
||||
|
||||
utoy.beany.club {
|
||||
reverse_proxy utoy:3000
|
||||
}
|
||||
|
11
docker/docker/utoy/docker-compose.yaml
Normal file
11
docker/docker/utoy/docker-compose.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
utoy:
|
||||
image: git.pbrinkmeier.de/paul/utoy:1.0
|
||||
restart: always
|
||||
|
||||
networks:
|
||||
default:
|
||||
name: caddy-network
|
||||
external: true
|
Loading…
x
Reference in New Issue
Block a user