"fix some bugs

btw, yaml, why the hell would 2222:22 be a date? Fuck you you stupide piece of code"
networking
Jean-Marie Mineau 3 years ago
parent c1c2c2d485
commit 9553aceb11

@ -20,8 +20,8 @@ all:
dns-histausse.fil.sand.auro.re:
keycloak_host:
hosts:
azerty.fil.sand.auro.re
server_hostname: azerty.fil.sand.auro.re
azerty.fil.sand.auro.re:
server_hostname: azerty.fil.sand.auro.re
gitea_host:
hosts:
azerty.fil.sand.auro.re:

@ -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…
Cancel
Save