qinling/tools/docker/docker-compose/qinling-single-node.yaml

19 lines
365 B
YAML

version: '3'
services:
qinling:
build:
context: ../../..
dockerfile: "tools/docker/Dockerfile"
restart: always
ports:
- "7070:7070"
networks:
- database
- message-broker
env_file:
- qinling.env
# volumes:
# - "/path/to/qinling.conf:/etc/qinling/qinling.conf"
environment:
- UPGRADE_DB=true