diff --git a/docker-compose.yaml b/docker-compose.yaml index c8a7d4e..4aed539 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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 diff --git a/limbosolutions.com.code-workspace b/limbosolutions.com.code-workspace index e2d3ea6..436f4d6 100644 --- a/limbosolutions.com.code-workspace +++ b/limbosolutions.com.code-workspace @@ -9,6 +9,16 @@ }, { "path": "../../../mnt/certbot-scripts" + }, + { + "path": "../../../mnt/letsencrypt" + }, + { + "path": "../../../mnt/nginx_promtail-etc", + "name": "volumes/promtail-etc" + }, + { + "path": "../../../mnt/nginx-logs" } ], "settings": {}