mirror of
https://github.com/RealOrangeOne/infrastructure.git
synced 2026-01-22 18:07:05 +00:00
Remove minio from public access
This commit is contained in:
parent
979c3dd857
commit
b280bb8588
2 changed files with 4 additions and 2 deletions
|
|
@ -14,10 +14,12 @@ services:
|
|||
- traefik.http.routers.minio-console.rule=Host(`minio.jakehoward.tech`)
|
||||
- traefik.http.routers.minio-console.service=minio-console
|
||||
- traefik.http.services.minio-console.loadbalancer.server.port=9090
|
||||
- traefik.http.routers.minio-console.middlewares=tailscale-only@file
|
||||
|
||||
- traefik.http.routers.minio-s3.rule=Host(`s3.jakehoward.tech`)
|
||||
- traefik.http.routers.minio-s3.service=minio-s3
|
||||
- traefik.http.services.minio-s3.loadbalancer.server.port=9000
|
||||
- traefik.http.routers.minio-s3.middlewares=tailscale-only@file
|
||||
volumes:
|
||||
- /mnt/tank/files/minio:/data
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -259,7 +259,7 @@ resource "gandi_livedns_record" "jakehowardtech_minio" {
|
|||
type = "CNAME"
|
||||
ttl = 3600
|
||||
values = [
|
||||
"${gandi_livedns_record.sys_domain_pve.name}.${gandi_livedns_record.sys_domain_pve.zone}."
|
||||
"${gandi_livedns_record.sys_domain_pve_private.name}.${gandi_livedns_record.sys_domain_pve_private.zone}."
|
||||
]
|
||||
}
|
||||
|
||||
|
|
@ -269,7 +269,7 @@ resource "gandi_livedns_record" "jakehowardtech_s3" {
|
|||
type = "CNAME"
|
||||
ttl = 3600
|
||||
values = [
|
||||
"${gandi_livedns_record.sys_domain_pve.name}.${gandi_livedns_record.sys_domain_pve.zone}."
|
||||
"${gandi_livedns_record.sys_domain_pve_private.name}.${gandi_livedns_record.sys_domain_pve_private.zone}."
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue