tpotce/docker/glastopf/docker-compose.yml
2018-04-26 15:18:23 +00:00

24 lines
443 B
YAML

version: '2.2'
networks:
glastopf_local:
services:
# Glastopf service
glastopf:
build: .
container_name: glastopf
tmpfs:
- /tmp/glastopf:uid=2000,gid=2000
restart: always
stop_signal: SIGINT
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