mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
tweaking
This commit is contained in:
@ -1,8 +1,5 @@
|
||||
version: '2.3'
|
||||
|
||||
networks:
|
||||
honeytrap_local:
|
||||
|
||||
services:
|
||||
|
||||
# Honeytrap service
|
||||
|
@ -8,6 +8,9 @@ services:
|
||||
container_name: netdata
|
||||
restart: always
|
||||
network_mode: "host"
|
||||
#depends_on:
|
||||
# elasticsearch:
|
||||
# condition: service_healthy
|
||||
cap_add:
|
||||
- SYS_PTRACE
|
||||
security_opt:
|
||||
|
Before Width: | Height: | Size: 224 KiB After Width: | Height: | Size: 224 KiB |
@ -1,23 +1,20 @@
|
||||
# T-Pot (Standard)
|
||||
# For docker-compose ...
|
||||
version: '2.2'
|
||||
version: '2.3'
|
||||
|
||||
networks:
|
||||
ui-for-docker_local:
|
||||
portainer_local:
|
||||
|
||||
services:
|
||||
|
||||
# Ui-for-docker service
|
||||
ui-for-docker:
|
||||
portainer:
|
||||
build: .
|
||||
container_name: ui-for-docker
|
||||
container_name: portainer
|
||||
command: -H unix:///var/run/docker.sock --no-auth
|
||||
restart: always
|
||||
networks:
|
||||
- ui-for-docker_local
|
||||
- portainer_local
|
||||
ports:
|
||||
- "127.0.0.1:64299:9000"
|
||||
image: "dtagdevsec/ui-for-docker:1804"
|
||||
image: "dtagdevsec/portainer:1804"
|
||||
read_only: true
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
Before Width: | Height: | Size: 805 B After Width: | Height: | Size: 805 B |
@ -1,6 +1,4 @@
|
||||
# T-Pot (Standard)
|
||||
# For docker-compose ...
|
||||
version: '2.2'
|
||||
version: '2.3'
|
||||
|
||||
services:
|
||||
|
||||
|
BIN
docker/wetty/.docker-compose.yml.swp
Normal file
BIN
docker/wetty/.docker-compose.yml.swp
Normal file
Binary file not shown.
Reference in New Issue
Block a user