remove watchtower
Build and Push Docker Image / build (push) Successful in 8s

This commit is contained in:
2026-03-12 09:45:21 -04:00
parent 489b37fdb7
commit 59578645c9
-4
View File
@@ -8,10 +8,6 @@ server {
try_files $uri $uri/ /index.html; try_files $uri $uri/ /index.html;
} }
location /watchtower/ {
proxy_pass http://watchtower:8080/;
}
# Cache static assets aggressively # Cache static assets aggressively
location ~* \.(js|css|png|jpg|jpeg|gif|ico|svg|woff2)$ { location ~* \.(js|css|png|jpg|jpeg|gif|ico|svg|woff2)$ {
expires 1y; expires 1y;