smartcity_web: image: registry.gitlab.com/smartcityio/smartcityio/web:latest container_name: "smartcityio_web" environment: - APP_ENV=prod - APP_SECRET=e58fc82c65981450615ffb303efa814 - DATABASE_URL=mysql://root:azedfg@mysql:3306/smartcityio labels: traefik.enable: "true" traefik.frontend.rule: "Host:smartcity.io" traefik.frontend.protocol: "https" ports: - 127.0.0.1:8008:80 external_links: - mysql