Skip to content

Commit

Permalink
stage docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmenendez committed Sep 8, 2023
1 parent 51fa4c2 commit 1b27807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
census3:
image: ghcr.io/vocdoni/census3:main
image: ghcr.io/vocdoni/census3:stage
build: .
env_file: ".env"
sysctls:
Expand All @@ -17,7 +17,7 @@ services:
- "--dataDir=/app/data/census3"
labels:
- "traefik.enable=true"
- "traefik.http.routers.census3.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.census3.rule=(Host(`${DOMAIN}`) || Host(`${DOMAIN2}`))"
- "traefik.http.routers.census3.entrypoints=websecure"
- "traefik.http.routers.census3.tls.certresolver=le"
- "traefik.http.routers.census3.service=census3"
Expand Down

0 comments on commit 1b27807

Please sign in to comment.