This repository has been archived on 2021-12-31. You can view files and clone it, but cannot push or open issues or pull requests.
beta.coopcloud.tech/compose.yml

23 lines
623 B
YAML

---
version: "3.8"
services:
app:
image: "thecoopcloud/beta.coopcloud.tech:latest"
networks:
- proxy
deploy:
update_config:
failure_action: rollback
order: start-first
labels:
- "traefik.enable=true"
- "traefik.http.services.beta_coopcloud_tech.loadbalancer.server.port=1313"
- "traefik.http.routers.beta_coopcloud_tech.rule=Host(`beta.coopcloud.tech`)"
- "traefik.http.routers.beta_coopcloud_tech.entrypoints=web-secure"
- "traefik.http.routers.beta_coopcloud_tech.tls.certresolver=production"
networks:
proxy:
external: true