update tags / version to 2204, tweaking README

This commit is contained in:
t3chn0m4g3
2022-04-08 13:45:53 +00:00
parent 428b57ebc9
commit 36774d0b71
53 changed files with 319 additions and 320 deletions

View File

@ -16,7 +16,7 @@ services:
# cpus: 0.25
networks:
- tanner_local
image: "dtagdevsec/redis:2203"
image: "dtagdevsec/redis:2204"
read_only: true
# PHP Sandbox service
@ -32,7 +32,7 @@ services:
# cpus: 0.25
networks:
- tanner_local
image: "dtagdevsec/phpox:2203"
image: "dtagdevsec/phpox:2204"
read_only: true
# Tanner API Service
@ -48,7 +48,7 @@ services:
# cpus: 0.25
networks:
- tanner_local
image: "dtagdevsec/tanner:2203"
image: "dtagdevsec/tanner:2204"
read_only: true
volumes:
- /data/tanner/log:/var/log/tanner
@ -69,7 +69,7 @@ services:
# - tanner_local
# ports:
# - "127.0.0.1:8091:8091"
# image: "dtagdevsec/tanner:2203"
# image: "dtagdevsec/tanner:2204"
# command: tannerweb
# read_only: true
# volumes:
@ -90,7 +90,7 @@ services:
# cpus: 0.25
networks:
- tanner_local
image: "dtagdevsec/tanner:2203"
image: "dtagdevsec/tanner:2204"
command: tanner
read_only: true
volumes:
@ -114,6 +114,6 @@ services:
- tanner_local
ports:
- "80:80"
image: "dtagdevsec/snare:2203"
image: "dtagdevsec/snare:2204"
depends_on:
- tanner