Skip to content
Snippets Groups Projects
Commit 7761bf3e authored by Nico Vermaas's avatar Nico Vermaas
Browse files

add entry point for https://sdc-dev.astron.nl/atdb/

parent 634a22d2
No related branches found
No related tags found
No related merge requests found
Pipeline #104890 passed
......@@ -37,9 +37,17 @@ services:
- DEBUG=true
labels:
- "traefik.enable=true"
- "traefik.http.routers.atdb-backend.entryPoints=atdb-ldv"
- "traefik.http.routers.atdb-backend.service=atdb-backend"
- "traefik.http.routers.atdb-backend.rule=Host(`sdc-dev.astron.nl`) && PathPrefix(`/atdb`)"
# router for https://sdc-dev.astron.nl:5554/atdb/
- "traefik.http.routers.atdb-5554.entryPoints=atdb-ldv"
- "traefik.http.routers.atdb-5554.service=atdb-backend"
- "traefik.http.routers.atdb-5554.rule=Host(`sdc-dev.astron.nl`) && PathPrefix(`/atdb`)"
# router for https://sdc-dev.astron.nl/atdb/
- "traefik.http.routers.atdb.entryPoints=websecure"
- "traefik.http.routers.atdb.service=atdb-backend"
- "traefik.http.routers.atdb.rule=Host(`sdc-dev.astron.nl`) && PathPrefix(`/atdb`)"
- "traefik.http.services.atdb-backend.loadbalancer.server.port=8000"
restart: always
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment