This commit is contained in:
Marco Ochse
2018-06-04 13:43:59 +00:00
parent e211a19c37
commit e8621fbba1
10 changed files with 62 additions and 41 deletions

View File

@ -1,8 +1,5 @@
version: '2.3'
networks:
honeytrap_local:
services:
# Honeytrap service

View File

@ -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:

View File

Before

Width:  |  Height:  |  Size: 224 KiB

After

Width:  |  Height:  |  Size: 224 KiB

View File

@ -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

View File

Before

Width:  |  Height:  |  Size: 805 B

After

Width:  |  Height:  |  Size: 805 B

View File

@ -1,6 +1,4 @@
# T-Pot (Standard)
# For docker-compose ...
version: '2.2'
version: '2.3'
services:

Binary file not shown.