Skip to content

Commit

Permalink
Clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigri44 authored Jan 29, 2024
1 parent fdb2f1d commit 52c6191
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose-preprod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ version: '3'

services:
web:
image: registry.realt.community/realtstats_preprod:latest
container_name: realtstats_web_preprod
image: registry.realt.community/stats-realt:${DOCKER_BRANCH}
container_name: ${DOCKER_BRANCH}-stats
ports:
- "8082:80"
networks:
- traefik-realt
labels:
- "traefik.enable=true"
- "traefik.http.routers.sf-realt-stats-preprod.rule=Host(`stats.preprod.realt.community`)"
- "traefik.http.routers.sf-realt-stats-preprod.entrypoints=websecure"
- "traefik.http.routers.stats-preprod.rule=Host(`stats.preprod.realt.community`)"
- "traefik.http.routers.stats-preprod.entrypoints=websecure"
restart: always

networks:
Expand Down

0 comments on commit 52c6191

Please sign in to comment.