apprise-api/docker-compose.yml

20 lines
299 B
YAML
Raw Normal View History

2019-10-27 04:53:40 +01:00
version: '3.3'
services:
backend:
build:
context: .
dockerfile: Dockerfile-gunicorn
volumes:
- ./var:/var/apprise
restart: always
frontend:
build:
context: .
dockerfile: Dockerfile-nginx
ports:
- "8000:80"
links:
- backend