Merge pull request #294 from SELab-2/chore/server-aanpassingen

chore: Server voorbereiden op release v1.0.0
This commit is contained in:
Tibo De Peuter 2025-05-20 19:12:03 +02:00 committed by GitHub
commit 75dc025f55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -60,7 +60,7 @@ services:
extends: extends:
file: ./compose.yml file: ./compose.yml
service: idp service: idp
command: ['start', '--http-port', '7080', '--https-port', '7443', '--import-realm'] command: ['start', '--http-port', '7080', '--https-port', '7443']
networks: networks:
- dwengo-1 - dwengo-1
labels: labels:

View file

@ -20,7 +20,7 @@ services:
image: quay.io/keycloak/keycloak:latest image: quay.io/keycloak/keycloak:latest
ports: ports:
- '7080:7080' - '7080:7080'
# - '7443:7443' # - '7443:7443'
command: ['start-dev', '--http-port', '7080', '--https-port', '7443', '--import-realm'] command: ['start-dev', '--http-port', '7080', '--https-port', '7443', '--import-realm']
restart: unless-stopped restart: unless-stopped
volumes: volumes: