This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
docker-hub-rss/compose.yml

21 lines
660 B
YAML
Raw Permalink Normal View History

2021-03-17 12:54:31 +00:00
version: "3.8"
services:
app:
2021-03-17 13:00:45 +00:00
image: theconnman/docker-hub-rss:0.4.2
2021-03-17 12:54:31 +00:00
networks:
- proxy
deploy:
2021-03-17 13:00:45 +00:00
update_config:
failure_action: rollback
order: start-first
2021-03-17 12:54:31 +00:00
labels:
- "traefik.enable=true"
2021-03-17 13:00:45 +00:00
- "traefik.http.services.${STACK_NAME}.loadbalancer.server.port=3000"
2021-03-17 12:54:31 +00:00
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
2021-05-30 12:28:35 +00:00
- coop-cloud.${STACK_NAME}.app.version=0.4.2-67a5d9f9
2021-03-17 12:54:31 +00:00
networks:
proxy:
external: true