Skip to content

Commit

Permalink
Serve old domain
Browse files Browse the repository at this point in the history
  • Loading branch information
dersmon committed Nov 14, 2022
1 parent c1dd977 commit 8c7aabd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ services:
labels:
- "traefik.docker.network=web"
- "traefik.enable=true"
- "traefik.frontend.rule=Host:field.idai.world,shapes.idai.world; PathPrefix:/api"
- "traefik.frontend.rule=Host:field.idai.world,shapes.idai.world,field.dainst.org; PathPrefix:/api"
- "traefik.port=4000"

ui:
Expand All @@ -72,7 +72,7 @@ services:
labels:
- "traefik.docker.network=web"
- "traefik.enable=true"
- "traefik.frontend.rule=Host:field.idai.world,shapes.idai.world"
- "traefik.frontend.rule=Host:field.idai.world,shapes.idai.world,field.dainst.org"
- "traefik.port=80"

volumes:
Expand Down

0 comments on commit 8c7aabd

Please sign in to comment.