@envsync-cloud/deploy-cli 0.6.9 → 0.6.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -812,10 +812,12 @@ ${renderEnvList({
|
|
|
812
812
|
- traefik.http.routers.s3.rule=Host(\`${hosts.s3}\`)
|
|
813
813
|
- traefik.http.routers.s3.entrypoints=websecure
|
|
814
814
|
- traefik.http.routers.s3.tls.certresolver=letsencrypt
|
|
815
|
+
- traefik.http.routers.s3.service=s3
|
|
815
816
|
- traefik.http.services.s3.loadbalancer.server.port=9000
|
|
816
817
|
- traefik.http.routers.s3-console.rule=Host(\`${hosts.s3Console}\`)
|
|
817
818
|
- traefik.http.routers.s3-console.entrypoints=websecure
|
|
818
819
|
- traefik.http.routers.s3-console.tls.certresolver=letsencrypt
|
|
820
|
+
- traefik.http.routers.s3-console.service=s3-console
|
|
819
821
|
- traefik.http.services.s3-console.loadbalancer.server.port=9001
|
|
820
822
|
|
|
821
823
|
keycloak_db:
|