1 Commits

Author SHA1 Message Date
3wc
1c68b633b0 chore: publish 0.1.1+v0.90.78 release
Some checks failed
continuous-integration/drone/push Build is failing
2022-04-02 13:18:51 +02:00

View File

@ -1,7 +1,7 @@
version: "3.8"
services:
app:
image: adamboutcher/statping-ng:v0.90.77
image: adamboutcher/statping-ng:v0.90.78
networks:
- proxy
volumes:
@ -22,7 +22,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.services.${STACK_NAME}.loadbalancer.server.port=8080"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- coop-cloud.${STACK_NAME}.version=0.1.0+v0.90.77
- coop-cloud.${STACK_NAME}.version=0.1.1+v0.90.78
networks:
proxy:
external: true