version: '3' services: raspap: build: context: .. dockerfile: ./compose/production/raspap/Dockerfile #user: root image: mistborn_production_raspap container_name: mistborn_production_raspap labels: - "traefik.enable=true" - "traefik.port=80" env_file: - ../.envs/.production/.pihole command: /start volumes: - ../../mistborn_volumes/extra/raspap/etc-raspap:/etc/raspap networks: default: external: name: mistborn_default