Skip to content

Commit

Permalink
eat(deploy): add bonde redirect stack
Browse files Browse the repository at this point in the history
  • Loading branch information
igr-santos committed Nov 5, 2024
1 parent da8a3c6 commit 6e6ae87
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions redirect/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
services:
adp-redirect:
image: nossas/bonde-redirect:0.4.7
restart: "${DOCKER_RESTART_POLICY:-unless-stopped}"
pull_policy: always
labels:
- traefik.enable=true
- traefik.http.routers.adp-redirect.priority=1
- traefik.http.services.adp-redirect.loadbalancer.server.port=3007
- traefik.http.routers.adp-redirect.tls=true
- traefik.http.routers.adp-redirect.tls.certresolver=myresolver
- traefik.http.routers.adp-redirect.rule=${ADP_REDIRECT_RUL}




0 comments on commit 6e6ae87

Please sign in to comment.