feat: add redirection in nginx-proxy to web container

This commit is contained in:
2025-09-19 05:56:09 +00:00
parent 2af11b489f
commit 1f86f89943
2 changed files with 3 additions and 2 deletions

4
config/docker-compose.yml Normal file → Executable file
View File

@@ -90,8 +90,8 @@ services:
container_name: guezoloic-web
restart: unless-stopped
environment:
- VIRTUAL_HOST=${HOSTNAME}
- LETSENCRYPT_HOST=${HOSTNAME}
- VIRTUAL_HOST=${HOSTNAME}, www.${HOSTNAME}
- LETSENCRYPT_HOST=${HOSTNAME}, www.${HOSTNAME}
- LETSENCRYPT_EMAIL=${EMAIL}
networks:
- proxy-network