services: ni-quiz: build: . volumes: - quiz-data:/data - ./static:/app/static environment: - DB_PATH=/data/quiz.db restart: unless-stopped networks: - web-net volumes: quiz-data: networks: web-net: external: true name: web_web-net