version: '3.8' services: epage: build: . ports: - "5000:5000" environment: - PUSHOVER_API_TOKEN=${PUSHOVER_API_TOKEN} - PUSHOVER_USER_KEY=${PUSHOVER_USER_KEY} - PORT=5000 volumes: - ./templates:/root/templates - ./static:/root/static