"fix some bugs
btw, yaml, why the hell would 2222:22 be a date? Fuck you you stupide piece of code"
This commit is contained in:
parent
c1c2c2d485
commit
9553aceb11
4 changed files with 8 additions and 8 deletions
2
hosts
2
hosts
|
@ -20,7 +20,7 @@ all:
|
|||
dns-histausse.fil.sand.auro.re:
|
||||
keycloak_host:
|
||||
hosts:
|
||||
azerty.fil.sand.auro.re
|
||||
azerty.fil.sand.auro.re:
|
||||
server_hostname: azerty.fil.sand.auro.re
|
||||
gitea_host:
|
||||
hosts:
|
||||
|
|
|
@ -35,4 +35,4 @@
|
|||
pip:
|
||||
name:
|
||||
- docker
|
||||
- docker-compose
|
||||
- docker-compose>=1.28.0
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# {{ ansible_managed }}
|
||||
version: "3.8"
|
||||
# version: "3.8"
|
||||
|
||||
networks:
|
||||
gitea:
|
||||
|
@ -25,8 +25,8 @@ services:
|
|||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
- {{ gitea_https_port }}:3000
|
||||
- {{ gitea_ssh_port }}:22
|
||||
- "{{ gitea_https_port }}:3000"
|
||||
- "{{ gitea_ssh_port }}:22"
|
||||
depends_on:
|
||||
- db
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# {{ ansible_managed }}
|
||||
version: "3.8"
|
||||
# version: "3.8"
|
||||
|
||||
services:
|
||||
server:
|
||||
|
@ -14,4 +14,4 @@ services:
|
|||
volumes:
|
||||
- ./certificates:/etc/x509/https
|
||||
ports:
|
||||
- {{ keycloak_https_port }}:8443
|
||||
- "{{ keycloak_https_port }}:8443"
|
||||
|
|
Loading…
Reference in a new issue