"feat: Add SSL configuration and docker-compose updates for frontend"

This commit is contained in:
2025-05-26 07:21:47 +02:00
parent 3b53e78799
commit 0e40ad1c12
6 changed files with 305 additions and 9 deletions

View File

@@ -45,10 +45,11 @@ services:
- myp-network
extra_hosts:
- "host.docker.internal:host-gateway"
- "raspberrypi:192.168.0.105"
- "raaspberry:192.168.0.105"
- "m040tbaraspi001.de040.corpintra.net:127.0.0.1"
environment:
- CADDY_HOST=localhost
- CADDY_DOMAIN=localhost
- CADDY_HOST=m040tbaraspi001.de040.corpintra.net
- CADDY_DOMAIN=m040tbaraspi001.de040.corpintra.net
cap_add:
- NET_ADMIN