mirror of
https://github.com/demostf/setup
synced 2026-06-03 16:44:06 +02:00
remove proxy ssl
This commit is contained in:
parent
6f3641142e
commit
fe04746efc
1 changed files with 1 additions and 4 deletions
|
|
@ -90,16 +90,13 @@ services:
|
|||
container_name: proxy
|
||||
environment:
|
||||
- HOST=$HOST
|
||||
- CERTBOT_EMAIL=$EMAIL
|
||||
networks:
|
||||
- proxy-tier
|
||||
volumes:
|
||||
- "${DEMO_ROOT}:/demos"
|
||||
- ./letsencrypt:/etc/letsencrypt
|
||||
- logs:/logs
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
- "8080:80"
|
||||
|
||||
promtail:
|
||||
image: grafana/promtail:latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue