rebuild compose files

This commit is contained in:
t3chn0m4g3
2020-06-16 12:55:45 +00:00
parent 27a5db9edf
commit d1dd805f80
5 changed files with 129 additions and 54 deletions

View File

@ -345,21 +345,21 @@ services:
- tanner_redis
## Tanner WEB Service
tanner_web:
container_name: tanner_web
restart: always
tmpfs:
- /tmp/tanner:uid=2000,gid=2000
tty: true
networks:
- tanner_local
image: "dtagdevsec/tanner:2006"
command: tannerweb
read_only: true
volumes:
- /data/tanner/log:/var/log/tanner
depends_on:
- tanner_redis
# tanner_web:
# container_name: tanner_web
# restart: always
# tmpfs:
# - /tmp/tanner:uid=2000,gid=2000
# tty: true
# networks:
# - tanner_local
# image: "dtagdevsec/tanner:2006"
# command: tannerweb
# read_only: true
# volumes:
# - /data/tanner/log:/var/log/tanner
# depends_on:
# - tanner_redis
## Tanner Service
tanner:
@ -378,7 +378,7 @@ services:
- /data/tanner/files:/opt/tanner/files
depends_on:
- tanner_api
- tanner_web
# - tanner_web
- tanner_phpox
## Snare Service