egregore: image: registry.gitlab.com/fsdh/egregore:latest container_name: "egregore" environment: - APP_ENV=prod - APP_SECRET=e58fc82c65981450615ffb303efa8143 - MAILER_URL=gmail://ledroithumain.ch:Rose824824@localhost - DATABASE_URL=mysql://root:azedfg@mysql:3306/egregore labels: traefik.enable: "true" traefik.frontend.rule: "Host:egregore.deromemont.com" traefik.frontend.protocol: "https" ports: - 127.0.0.1:8002:80 external_links: - mysql