Testing and developing in alpha branch

This commit is contained in:
Marco Ochse
2024-02-14 19:23:25 +01:00
parent efd5465837
commit 7ae6c73b88
54 changed files with 324 additions and 319 deletions

View File

@ -16,7 +16,7 @@ services:
# cpus: 0.25
networks:
- tanner_local
image: "dtagdevsec/redis:2204"
image: "dtagdevsec/redis:alpha"
read_only: true
# PHP Sandbox service
@ -32,7 +32,7 @@ services:
# cpus: 0.25
networks:
- tanner_local
image: "dtagdevsec/phpox:2204"
image: "dtagdevsec/phpox:alpha"
read_only: true
# Tanner API Service
@ -48,7 +48,7 @@ services:
# cpus: 0.25
networks:
- tanner_local
image: "dtagdevsec/tanner:2204"
image: "dtagdevsec/tanner:alpha"
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:2204"
# image: "dtagdevsec/tanner:alpha"
# command: tannerweb
# read_only: true
# volumes:
@ -90,7 +90,7 @@ services:
# cpus: 0.25
networks:
- tanner_local
image: "dtagdevsec/tanner:2204"
image: "dtagdevsec/tanner:alpha"
command: tanner
read_only: true
volumes:
@ -114,6 +114,6 @@ services:
- tanner_local
ports:
- "80:80"
image: "dtagdevsec/snare:2204"
image: "dtagdevsec/snare:alpha"
depends_on:
- tanner