feat(landing): Make Nuxt app deployable

This commit is contained in:
2026-01-03 18:09:08 +01:00
parent 2754ed4724
commit a086763c80
4 changed files with 205 additions and 21 deletions

View File

@@ -50,6 +50,14 @@ services:
env_file:
- .env.prod
landing:
image: gitea.lugnas.de/denis/legalconsenthub-landing:latest
container_name: legalconsenthub-landing
ports:
- "3211:3000"
networks:
- legalconsenthub-net
keycloak:
image: quay.io/keycloak/keycloak:26.4.0
container_name: legalconsenthub-keycloak