iamdoubz-update-from-src-patch/source/docker-compose.sample.arm32v7.yml

20 lines
464 B
YAML
Raw Normal View History

2019-02-24 19:44:17 +00:00
version: '3'
services:
postgres:
image: postgres:10.5
env_file: .env
restart: unless-stopped
volumes:
- "./data/postgres:/var/lib/postgresql/data"
plume:
image: registry.lollipopcloud.solutions/arm32v7/plume
env_file: .env
restart: unless-stopped
volumes:
- "./data/plume/static/media:/app/static/media"
- "./.env:/app/.env"
- "./search_index:/app/search_index"
2019-02-24 19:44:17 +00:00
ports:
- "127.0.0.1:7878:7878"