tpotce/docker/glastopf/docker-compose.yml

26 lines
462 B
YAML
Raw Normal View History

2018-03-25 18:35:32 +00:00
version: '2.2'
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
environment:
- PYTHON_EGG_CACHE=/tmp/glastopf
tmpfs:
- /tmp/glastopf:exec
restart: always
networks:
- glastopf_local
ports:
- "80:80"
2018-03-25 18:35:32 +00:00
image: "dtagdevsec/glastopf:1804"
2018-03-31 21:44:11 +00:00
read_only: true
volumes:
- /data/glastopf/db:/opt/glastopf/db
- /data/glastopf/log:/opt/glastopf/log