This commit is contained in:
t3chn0m4g3
2020-02-26 14:22:48 +00:00
parent 70dca02ce4
commit bf7d1299ca
28 changed files with 136 additions and 28 deletions

View File

@ -14,7 +14,7 @@ services:
tty: true
networks:
- tanner_local
image: "dtagdevsec/redis:1903"
image: "dtagdevsec/redis:2006"
read_only: true
# PHP Sandbox service
@ -26,7 +26,7 @@ services:
tty: true
networks:
- tanner_local
image: "dtagdevsec/phpox:1903"
image: "dtagdevsec/phpox:2006"
read_only: true
# Tanner API Service
@ -40,7 +40,7 @@ services:
tty: true
networks:
- tanner_local
image: "dtagdevsec/tanner:1903"
image: "dtagdevsec/tanner:2006"
read_only: true
volumes:
- /data/tanner/log:/var/log/tanner
@ -59,7 +59,7 @@ services:
tty: true
networks:
- tanner_local
image: "dtagdevsec/tanner:1903"
image: "dtagdevsec/tanner:2006"
command: tannerweb
read_only: true
volumes:
@ -78,7 +78,7 @@ services:
tty: true
networks:
- tanner_local
image: "dtagdevsec/tanner:1903"
image: "dtagdevsec/tanner:2006"
command: tanner
read_only: true
volumes:
@ -100,6 +100,6 @@ services:
- tanner_local
ports:
- "80:80"
image: "dtagdevsec/snare:1903"
image: "dtagdevsec/snare:2006"
depends_on:
- tanner