2018-05-17 17:38:09 +00:00
|
|
|
version: '2.3'
|
2017-10-13 18:58:14 +00:00
|
|
|
|
|
|
|
networks:
|
|
|
|
glastopf_local:
|
|
|
|
|
|
|
|
services:
|
|
|
|
|
|
|
|
# Glastopf service
|
|
|
|
glastopf:
|
2018-03-25 18:35:32 +00:00
|
|
|
build: .
|
2017-10-13 18:58:14 +00:00
|
|
|
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
|
2017-10-13 18:58:14 +00:00
|
|
|
restart: always
|
|
|
|
networks:
|
|
|
|
- glastopf_local
|
|
|
|
ports:
|
2019-03-27 13:39:23 +00:00
|
|
|
- "8081:80"
|
2020-09-04 13:29:14 +00:00
|
|
|
image: "ghcr.io/telekom-security/glastopf:1903"
|
2018-03-31 21:44:11 +00:00
|
|
|
read_only: true
|
2017-10-13 18:58:14 +00:00
|
|
|
volumes:
|
2018-05-17 17:38:09 +00:00
|
|
|
- /data/glastopf/db:/tmp/glastopf/db
|
|
|
|
- /data/glastopf/log:/tmp/glastopf/log
|