Remove unused obj.sathub.de configuration and caddy_network from MinIO service in Docker Compose
All checks were successful
Ansible Lint Check / check-ansible (push) Successful in 4s
Nix Format Check / check-format (push) Successful in 1m11s
Python Lint Check / check-python (push) Successful in 7s

This commit is contained in:
2025-09-29 02:40:25 +02:00
parent 3a22417315
commit 6c37372bc0
2 changed files with 0 additions and 6 deletions

View File

@@ -98,11 +98,6 @@ api.sathub.de {
tls {{ caddy_email }}
}
obj.sathub.de {
import country_block
reverse_proxy sathub-minio:9001
tls {{ caddy_email }}
}
sathub.nl {
import country_block

View File

@@ -75,7 +75,6 @@ services:
command: server /data --console-address :9001
networks:
- sathub
- caddy_network
depends_on:
- postgres