reverse ngynx added json as default docker
This commit is contained in:
@@ -5,7 +5,6 @@ services:
|
||||
- nginx-conf.d:/etc/nginx/conf.d
|
||||
- letsencrypt-conf:/etc/letsencrypt
|
||||
- certbot-www:/var/www/certbot
|
||||
- nginx-log:/var/log/nginx
|
||||
ports:
|
||||
- 443:443
|
||||
- 80:80
|
||||
@@ -63,17 +62,6 @@ services:
|
||||
'
|
||||
restart: unless-stopped
|
||||
|
||||
promtail:
|
||||
image: grafana/promtail
|
||||
volumes:
|
||||
- nginx-log:/mnt/nginx-logs
|
||||
- promtail_etc:/etc/promtail
|
||||
environment:
|
||||
- PROMTAIL_LOKISERVER_ADDRESS=${PROMTAIL_LOKISERVER_ADDRESS}
|
||||
command: -config.file=/etc/promtail/config.yml -config.expand-env=true
|
||||
networks:
|
||||
- private
|
||||
|
||||
duplicati:
|
||||
image: duplicati-mysqlclient:latest
|
||||
command: /usr/bin/duplicati-server --webservice-port=8200 --webservice-interface=any --webservice-allowed-hostnames=*
|
||||
@@ -98,8 +86,6 @@ volumes:
|
||||
certbot-www:
|
||||
duplicati_tmpdata:
|
||||
telegraf-etc:
|
||||
nginx-log:
|
||||
promtail_etc:
|
||||
networks:
|
||||
wan_reverse_proxy_public:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user