services: paheko: image: paheko/paheko:1.3.16 restart: unless-stopped volumes: - ${PAHEKO_CONFIG}:/var/www/paheko/config.local.php # - ./php.ini:/usr/local/etc/php/php.ini - ${PAHEKO_DATA}:/var/www/paheko/data - ${PAHEKO_PLUGINS}:/var/www/paheko/data/plugins labels: - traefik.enable=true - traefik.http.routers.paheko.entryPoints=https - traefik.http.routers.paheko.rule=Host(`${HOST}`) - traefik.http.routers.paheko.tls.certresolver=le-ssl - traefik.http.services.paheko.loadbalancer.server.port=80 - traefik.docker.network=front networks: - front networks: front: external: true