Update server address. Remove published ports (nginx proxy does it).
This commit is contained in:
parent
b2a532c258
commit
69d53c26e9
|
@ -1,16 +1,3 @@
|
||||||
######################################
|
######################################
|
||||||
### All hosts
|
### All hosts
|
||||||
10.1.1.198 ansible_python_interpreter=/usr/bin/python3
|
85.235.225.231 ansible_port=19022 ansible_python_interpreter=/usr/bin/python3
|
||||||
10.1.1.199 ansible_python_interpreter=/usr/bin/python3
|
|
||||||
|
|
||||||
######################################
|
|
||||||
### Application servers
|
|
||||||
[servers]
|
|
||||||
10.1.1.198
|
|
||||||
10.1.1.199
|
|
||||||
|
|
||||||
[datacoop1]
|
|
||||||
10.1.1.198
|
|
||||||
|
|
||||||
[datacoop2]
|
|
||||||
10.1.1.199
|
|
||||||
|
|
|
@ -7,6 +7,9 @@ thelounge:
|
||||||
nextcloud:
|
nextcloud:
|
||||||
domain: "cloud.{{ base_domain }}"
|
domain: "cloud.{{ base_domain }}"
|
||||||
|
|
||||||
|
gitea:
|
||||||
|
domain: "git.{{ base_domain }}"
|
||||||
|
|
||||||
passit:
|
passit:
|
||||||
domain: "passit.{{ base_domain }}"
|
domain: "passit.{{ base_domain }}"
|
||||||
|
|
||||||
|
|
|
@ -27,8 +27,6 @@
|
||||||
docker_container:
|
docker_container:
|
||||||
image: getfider/fider:stable
|
image: getfider/fider:stable
|
||||||
restart_policy: always
|
restart_policy: always
|
||||||
published_ports:
|
|
||||||
- "9999:3000"
|
|
||||||
networks:
|
networks:
|
||||||
- name: fider
|
- name: fider
|
||||||
- name: external_services
|
- name: external_services
|
||||||
|
|
|
@ -38,7 +38,6 @@
|
||||||
volumes:
|
volumes:
|
||||||
- gitea:/data
|
- gitea:/data
|
||||||
published_ports:
|
published_ports:
|
||||||
- "3000:3000"
|
|
||||||
- "222:22"
|
- "222:22"
|
||||||
env:
|
env:
|
||||||
VIRTUAL_HOST: "{{ gitea.domain }}"
|
VIRTUAL_HOST: "{{ gitea.domain }}"
|
||||||
|
|
|
@ -38,8 +38,6 @@
|
||||||
- name: external_services
|
- name: external_services
|
||||||
volumes:
|
volumes:
|
||||||
- nextcloud_app:/var/www/html
|
- nextcloud_app:/var/www/html
|
||||||
published_ports:
|
|
||||||
- "80"
|
|
||||||
env:
|
env:
|
||||||
VIRTUAL_HOST: "{{ nextcloud.domain }}"
|
VIRTUAL_HOST: "{{ nextcloud.domain }}"
|
||||||
LETSENCRYPT_HOST: "{{ nextcloud.domain }}"
|
LETSENCRYPT_HOST: "{{ nextcloud.domain }}"
|
||||||
|
|
|
@ -28,8 +28,6 @@
|
||||||
image: passit/passit:stable
|
image: passit/passit:stable
|
||||||
command: bin/start.sh
|
command: bin/start.sh
|
||||||
restart_policy: always
|
restart_policy: always
|
||||||
published_ports:
|
|
||||||
- "8000:8080"
|
|
||||||
networks:
|
networks:
|
||||||
- name: passit
|
- name: passit
|
||||||
- name: external_services
|
- name: external_services
|
||||||
|
|
|
@ -14,8 +14,6 @@
|
||||||
name: thelounge
|
name: thelounge
|
||||||
image: thelounge/lounge:latest
|
image: thelounge/lounge:latest
|
||||||
restart_policy: always
|
restart_policy: always
|
||||||
published_ports:
|
|
||||||
- "9000:9000"
|
|
||||||
volumes:
|
volumes:
|
||||||
- thelounge:/home/lounge/data
|
- thelounge:/home/lounge/data
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Reference in a new issue