mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 04:52:11 +00:00
tweaking
This commit is contained in:
parent
2b8dbea4e2
commit
08779bc0b6
6 changed files with 7 additions and 2 deletions
|
@ -283,6 +283,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "3000:8080"
|
- "3000:8080"
|
||||||
image: ${TPOT_REPO}/honeyaml:${TPOT_VERSION}
|
image: ${TPOT_REPO}/honeyaml:${TPOT_VERSION}
|
||||||
|
pull_policy: ${TPOT_PULL_POLICY}
|
||||||
read_only: true
|
read_only: true
|
||||||
volumes:
|
volumes:
|
||||||
- ${TPOT_DATA_PATH}/honeyaml/log:/opt/honeyaml/log/
|
- ${TPOT_DATA_PATH}/honeyaml/log:/opt/honeyaml/log/
|
||||||
|
|
|
@ -322,6 +322,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "3000:8080"
|
- "3000:8080"
|
||||||
image: ${TPOT_REPO}/honeyaml:${TPOT_VERSION}
|
image: ${TPOT_REPO}/honeyaml:${TPOT_VERSION}
|
||||||
|
pull_policy: ${TPOT_PULL_POLICY}
|
||||||
read_only: true
|
read_only: true
|
||||||
volumes:
|
volumes:
|
||||||
- ${TPOT_DATA_PATH}/honeyaml/log:/opt/honeyaml/log/
|
- ${TPOT_DATA_PATH}/honeyaml/log:/opt/honeyaml/log/
|
||||||
|
|
|
@ -386,6 +386,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "3000:8080"
|
- "3000:8080"
|
||||||
image: ${TPOT_REPO}/honeyaml:${TPOT_VERSION}
|
image: ${TPOT_REPO}/honeyaml:${TPOT_VERSION}
|
||||||
|
pull_policy: ${TPOT_PULL_POLICY}
|
||||||
read_only: true
|
read_only: true
|
||||||
volumes:
|
volumes:
|
||||||
- ${TPOT_DATA_PATH}/honeyaml/log:/opt/honeyaml/log/
|
- ${TPOT_DATA_PATH}/honeyaml/log:/opt/honeyaml/log/
|
||||||
|
|
|
@ -354,6 +354,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "3000:8080"
|
- "3000:8080"
|
||||||
image: ${TPOT_REPO}/honeyaml:${TPOT_VERSION}
|
image: ${TPOT_REPO}/honeyaml:${TPOT_VERSION}
|
||||||
|
pull_policy: ${TPOT_PULL_POLICY}
|
||||||
read_only: true
|
read_only: true
|
||||||
volumes:
|
volumes:
|
||||||
- ${TPOT_DATA_PATH}/honeyaml/log:/opt/honeyaml/log/
|
- ${TPOT_DATA_PATH}/honeyaml/log:/opt/honeyaml/log/
|
||||||
|
|
|
@ -528,6 +528,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
image: ${TPOT_REPO}/honeyaml:${TPOT_VERSION}
|
image: ${TPOT_REPO}/honeyaml:${TPOT_VERSION}
|
||||||
|
pull_policy: ${TPOT_PULL_POLICY}
|
||||||
read_only: true
|
read_only: true
|
||||||
volumes:
|
volumes:
|
||||||
- ${TPOT_DATA_PATH}/honeyaml/log:/opt/honeyaml/log/
|
- ${TPOT_DATA_PATH}/honeyaml/log:/opt/honeyaml/log/
|
||||||
|
|
|
@ -354,6 +354,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "3000:8080"
|
- "3000:8080"
|
||||||
image: ${TPOT_REPO}/honeyaml:${TPOT_VERSION}
|
image: ${TPOT_REPO}/honeyaml:${TPOT_VERSION}
|
||||||
|
pull_policy: ${TPOT_PULL_POLICY}
|
||||||
read_only: true
|
read_only: true
|
||||||
volumes:
|
volumes:
|
||||||
- ${TPOT_DATA_PATH}/honeyaml/log:/opt/honeyaml/log/
|
- ${TPOT_DATA_PATH}/honeyaml/log:/opt/honeyaml/log/
|
||||||
|
@ -422,8 +423,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- ipphoney_local
|
- ipphoney_local
|
||||||
ports:
|
ports:
|
||||||
- "631:631/udp"
|
- "631:631"
|
||||||
- "631:631/tcp"
|
|
||||||
image: ${TPOT_REPO}/ipphoney:${TPOT_VERSION}
|
image: ${TPOT_REPO}/ipphoney:${TPOT_VERSION}
|
||||||
pull_policy: ${TPOT_PULL_POLICY}
|
pull_policy: ${TPOT_PULL_POLICY}
|
||||||
read_only: true
|
read_only: true
|
||||||
|
|
Loading…
Reference in a new issue