diff --git a/extra/raspap.yml b/extra/raspap.yml index 66575e9..fa8ae2f 100644 --- a/extra/raspap.yml +++ b/extra/raspap.yml @@ -2,20 +2,17 @@ version: '3' services: raspap: - build: - context: .. - dockerfile: ./compose/production/raspap/Dockerfile - #user: root - image: mistborn_production_raspap + image: cyber5k/raspap:latest container_name: mistborn_production_raspap labels: - "traefik.enable=true" - "traefik.port=80" - env_file: - - ../.envs/.production/.pihole + #env_file: + # - ../.envs/.production/.pihole command: /start volumes: - ../../mistborn_volumes/extra/raspap/etc-raspap:/etc/raspap + restart: unless-stopped networks: default: