Automatically deploy pull requests for testing #8

Merged
erth9960 merged 44 commits from actions into master 2024-07-08 14:29:41 +02:00
2 changed files with 3 additions and 0 deletions
Showing only changes of commit bb2f791ddb - Show all commits

View File

@ -17,3 +17,5 @@ FROM tomcat:10-jdk21-openjdk-bookworm as run
LABEL authors="thuning"
COPY --from=build /build/target/*.war /usr/local/tomcat/webapps/ROOT.war
EXPOSE 8080

View File

@ -49,6 +49,7 @@ services:
- "traefik.enable=true"
- "traefik.http.routers.${VHOST}-oauth2.rule=Host(`${VHOST}-oauth2.branch.dsv.su.se`)"
- "traefik.http.routers.${VHOST}-oauth2.tls.certresolver=myresolver"
- "traefik.http.services.${VHOST}-oauth2.loadbalancer.server.port=8080"
networks:
whisper-network: