🔧 Block external access to docker containers
This needs to go through ingress now!
This commit is contained in:
parent
76c5cdb3e1
commit
cc43557511
1 changed files with 5 additions and 6 deletions
11
pottwal.yml
11
pottwal.yml
|
@ -57,8 +57,7 @@
|
|||
restart_policy: unless-stopped
|
||||
detach: yes
|
||||
ports:
|
||||
# - 127.0.0.1:{{ gitea_host_port }}:3000
|
||||
- "{{ gitea_host_port }}:3000"
|
||||
- 127.0.0.1:{{ gitea_host_port }}:3000
|
||||
- 2222:2222
|
||||
env:
|
||||
APP_NAME="Netz39 Gitea"
|
||||
|
@ -100,7 +99,7 @@
|
|||
state: started
|
||||
detach: yes
|
||||
ports:
|
||||
- "{{ uritools_host_port }}:8080"
|
||||
- "127.0.0.1:{{ uritools_host_port }}:8080"
|
||||
restart_policy: unless-stopped
|
||||
|
||||
- name: Setup proxy site uritools.n39.eu
|
||||
|
@ -118,7 +117,7 @@
|
|||
state: started
|
||||
detach: yes
|
||||
ports:
|
||||
- "{{ entities_validation_svc_host_port }}:8080"
|
||||
- "127.0.0.1:{{ entities_validation_svc_host_port }}:8080"
|
||||
restart_policy: unless-stopped
|
||||
|
||||
- name: Setup proxy site entities-validation.svc.n39.eu
|
||||
|
@ -136,7 +135,7 @@
|
|||
state: started
|
||||
detach: yes
|
||||
ports:
|
||||
- "{{ shlink_host_port }}:8080"
|
||||
- "127.0.0.1:{{ shlink_host_port }}:8080"
|
||||
restart_policy: unless-stopped
|
||||
env:
|
||||
SHORT_DOMAIN_HOST: "{{ shlink_domain_name }}"
|
||||
|
@ -198,7 +197,7 @@
|
|||
state: started
|
||||
detach: yes
|
||||
ports:
|
||||
- "{{ hedgedoc_host_port }}:3000"
|
||||
- "127.0.0.1:{{ hedgedoc_host_port }}:3000"
|
||||
restart_policy: unless-stopped
|
||||
env:
|
||||
NODE_ENV: "production"
|
||||
|
|
Loading…
Reference in a new issue