mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-29 11:48:52 +00:00
25 lines
462 B
YAML
25 lines
462 B
YAML
version: '2.2'
|
|
|
|
networks:
|
|
glastopf_local:
|
|
|
|
services:
|
|
|
|
# Glastopf service
|
|
glastopf:
|
|
build: .
|
|
container_name: glastopf
|
|
environment:
|
|
- PYTHON_EGG_CACHE=/tmp/glastopf
|
|
tmpfs:
|
|
- /tmp/glastopf:exec
|
|
restart: always
|
|
networks:
|
|
- glastopf_local
|
|
ports:
|
|
- "80:80"
|
|
image: "dtagdevsec/glastopf:1804"
|
|
read_only: true
|
|
volumes:
|
|
- /data/glastopf/db:/opt/glastopf/db
|
|
- /data/glastopf/log:/opt/glastopf/log
|