mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
change pull policy, continue work on new builder
This commit is contained in:
2
.env
2
.env
@ -140,7 +140,7 @@ TPOT_VERSION=24.04
|
|||||||
# never: Compose implementations SHOULD NOT pull the image from a registry and SHOULD rely on the platform cached image.
|
# never: Compose implementations SHOULD NOT pull the image from a registry and SHOULD rely on the platform cached image.
|
||||||
# missing: Compose implementations SHOULD pull the image only if it's not available in the platform cache.
|
# missing: Compose implementations SHOULD pull the image only if it's not available in the platform cache.
|
||||||
# build: Compose implementations SHOULD build the image. Compose implementations SHOULD rebuild the image if already present.
|
# build: Compose implementations SHOULD build the image. Compose implementations SHOULD rebuild the image if already present.
|
||||||
TPOT_PULL_POLICY=never
|
TPOT_PULL_POLICY=always
|
||||||
|
|
||||||
# T-Pot Data Path
|
# T-Pot Data Path
|
||||||
TPOT_DATA_PATH=./data
|
TPOT_DATA_PATH=./data
|
||||||
|
@ -20,6 +20,17 @@ services:
|
|||||||
#### Tools
|
#### Tools
|
||||||
##################
|
##################
|
||||||
|
|
||||||
|
# T-Pot Init Service
|
||||||
|
tpotinit:
|
||||||
|
image: ${TPOT_DOCKER_REPO}/tpotinit:${TPOT_VERSION}
|
||||||
|
build:
|
||||||
|
tags:
|
||||||
|
- ${TPOT_GHCR_REPO}/tpotinit:${TPOT_VERSION}
|
||||||
|
context: ../tpotinit/
|
||||||
|
dockerfile: ./Dockerfile
|
||||||
|
platforms:
|
||||||
|
- ${TPOT_AMD64}
|
||||||
|
- ${TPOT_ARM64}
|
||||||
|
|
||||||
#### ELK
|
#### ELK
|
||||||
## Logstash service
|
## Logstash service
|
||||||
|
Reference in New Issue
Block a user