mirror of
https://github.com/guezoloic/serverconfig.git
synced 2026-01-25 06:34:22 +00:00
feat: add redirection in nginx-proxy to web container
This commit is contained in:
4
config/docker-compose.yml
Normal file → Executable file
4
config/docker-compose.yml
Normal file → Executable 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
|
||||
|
||||
Reference in New Issue
Block a user