tpotce/docker/deprecated/glastopf/docker-compose.yml

24 lines
435 B
YAML
Raw Normal View History

2018-05-17 17:38:09 +00:00
version: '2.3'
networks:
glastopf_local:
services:
# Glastopf service
glastopf:
2018-03-25 18:35:32 +00:00
build: .
container_name: glastopf
2018-03-31 21:44:11 +00:00
tmpfs:
2018-04-26 15:18:23 +00:00
- /tmp/glastopf:uid=2000,gid=2000
restart: always
networks:
- glastopf_local
ports:
- "8081:80"
image: "ghcr.io/telekom-security/glastopf:1903"
2018-03-31 21:44:11 +00:00
read_only: true
volumes:
2018-05-17 17:38:09 +00:00
- /data/glastopf/db:/tmp/glastopf/db
- /data/glastopf/log:/tmp/glastopf/log