mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-10 18:31:56 +00:00
fix port definitions
- docker-compose no longer accepts ports definitions when network_mode: host is set - previous versions simply ignored the ports definitions, the updated docker-compose breaks with an error however
This commit is contained in:
parent
c1808161e4
commit
a0c5a8c0e7
11 changed files with 31 additions and 31 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
### Vars, Ports for Standard services
|
### Vars, Ports for Standard services
|
||||||
myHOSTPORTS="7634 64294 64295"
|
myHOSTPORTS="7634 64294 64295 64297 64304"
|
||||||
myDOCKERCOMPOSEYML="$1"
|
myDOCKERCOMPOSEYML="$1"
|
||||||
myRULESFUNCTION="$2"
|
myRULESFUNCTION="$2"
|
||||||
|
|
||||||
|
|
|
@ -20,9 +20,9 @@ services:
|
||||||
# cpu_count: 1
|
# cpu_count: 1
|
||||||
# cpus: 0.75
|
# cpus: 0.75
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
ports:
|
# ports:
|
||||||
- "64297:64297"
|
# - "64297:64297"
|
||||||
- "127.0.0.1:64304:64304"
|
# - "127.0.0.1:64304:64304"
|
||||||
image: "dtagdevsec/nginx:2204"
|
image: "dtagdevsec/nginx:2204"
|
||||||
read_only: true
|
read_only: true
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
@ -237,9 +237,9 @@ services:
|
||||||
- /run
|
- /run
|
||||||
- /var/lib/nginx/tmp:uid=100,gid=82
|
- /var/lib/nginx/tmp:uid=100,gid=82
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
ports:
|
# ports:
|
||||||
- "64297:64297"
|
# - "64297:64297"
|
||||||
- "127.0.0.1:64304:64304"
|
# - "127.0.0.1:64304:64304"
|
||||||
image: "dtagdevsec/nginx:2204"
|
image: "dtagdevsec/nginx:2204"
|
||||||
read_only: true
|
read_only: true
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
@ -118,9 +118,9 @@ services:
|
||||||
- /run
|
- /run
|
||||||
- /var/lib/nginx/tmp:uid=100,gid=82
|
- /var/lib/nginx/tmp:uid=100,gid=82
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
ports:
|
# ports:
|
||||||
- "64297:64297"
|
# - "64297:64297"
|
||||||
- "127.0.0.1:64304:64304"
|
# - "127.0.0.1:64304:64304"
|
||||||
image: "dtagdevsec/nginx:2204"
|
image: "dtagdevsec/nginx:2204"
|
||||||
read_only: true
|
read_only: true
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
@ -408,9 +408,9 @@ services:
|
||||||
- /run
|
- /run
|
||||||
- /var/lib/nginx/tmp:uid=100,gid=82
|
- /var/lib/nginx/tmp:uid=100,gid=82
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
ports:
|
# ports:
|
||||||
- "64297:64297"
|
# - "64297:64297"
|
||||||
- "127.0.0.1:64304:64304"
|
# - "127.0.0.1:64304:64304"
|
||||||
image: "dtagdevsec/nginx:2204"
|
image: "dtagdevsec/nginx:2204"
|
||||||
read_only: true
|
read_only: true
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
@ -227,9 +227,9 @@ services:
|
||||||
- /run
|
- /run
|
||||||
- /var/lib/nginx/tmp:uid=100,gid=82
|
- /var/lib/nginx/tmp:uid=100,gid=82
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
ports:
|
# ports:
|
||||||
- "64297:64297"
|
# - "64297:64297"
|
||||||
- "127.0.0.1:64304:64304"
|
# - "127.0.0.1:64304:64304"
|
||||||
image: "dtagdevsec/nginx:2204"
|
image: "dtagdevsec/nginx:2204"
|
||||||
read_only: true
|
read_only: true
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
@ -221,9 +221,9 @@ services:
|
||||||
- /run
|
- /run
|
||||||
- /var/lib/nginx/tmp:uid=100,gid=82
|
- /var/lib/nginx/tmp:uid=100,gid=82
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
ports:
|
# ports:
|
||||||
- "64297:64297"
|
# - "64297:64297"
|
||||||
- "127.0.0.1:64304:64304"
|
# - "127.0.0.1:64304:64304"
|
||||||
image: "dtagdevsec/nginx:2204"
|
image: "dtagdevsec/nginx:2204"
|
||||||
read_only: true
|
read_only: true
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
@ -248,9 +248,9 @@ services:
|
||||||
- /run
|
- /run
|
||||||
- /var/lib/nginx/tmp:uid=100,gid=82
|
- /var/lib/nginx/tmp:uid=100,gid=82
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
ports:
|
# ports:
|
||||||
- "64297:64297"
|
# - "64297:64297"
|
||||||
- "127.0.0.1:64304:64304"
|
# - "127.0.0.1:64304:64304"
|
||||||
image: "dtagdevsec/nginx:2204"
|
image: "dtagdevsec/nginx:2204"
|
||||||
read_only: true
|
read_only: true
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
@ -552,9 +552,9 @@ services:
|
||||||
- /run
|
- /run
|
||||||
- /var/lib/nginx/tmp:uid=100,gid=82
|
- /var/lib/nginx/tmp:uid=100,gid=82
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
ports:
|
# ports:
|
||||||
- "64297:64297"
|
# - "64297:64297"
|
||||||
- "127.0.0.1:64304:64304"
|
# - "127.0.0.1:64304:64304"
|
||||||
image: "dtagdevsec/nginx:2204"
|
image: "dtagdevsec/nginx:2204"
|
||||||
read_only: true
|
read_only: true
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
@ -639,9 +639,9 @@ services:
|
||||||
- /run
|
- /run
|
||||||
- /var/lib/nginx/tmp:uid=100,gid=82
|
- /var/lib/nginx/tmp:uid=100,gid=82
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
ports:
|
# ports:
|
||||||
- "64297:64297"
|
# - "64297:64297"
|
||||||
- "127.0.0.1:64304:64304"
|
# - "127.0.0.1:64304:64304"
|
||||||
image: "dtagdevsec/nginx:2204"
|
image: "dtagdevsec/nginx:2204"
|
||||||
read_only: true
|
read_only: true
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
@ -264,9 +264,9 @@ services:
|
||||||
- /run
|
- /run
|
||||||
- /var/lib/nginx/tmp:uid=100,gid=82
|
- /var/lib/nginx/tmp:uid=100,gid=82
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
ports:
|
# ports:
|
||||||
- "64297:64297"
|
# - "64297:64297"
|
||||||
- "127.0.0.1:64304:64304"
|
# - "127.0.0.1:64304:64304"
|
||||||
image: "dtagdevsec/nginx:2204"
|
image: "dtagdevsec/nginx:2204"
|
||||||
read_only: true
|
read_only: true
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue