This commit is contained in:
2025-11-22 07:18:38 +00:00
parent 4eac08887c
commit 2f03984f87

View File

@@ -24,6 +24,7 @@ services:
- public
- badge-net
- gitea_gitea
- net
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"]
interval: 30s
@@ -56,8 +57,10 @@ services:
volumes:
minio-data:
external: true
name: minio-data
minio-config:
external: true
name: minio-config
networks:
public:
@@ -66,3 +69,7 @@ networks:
external: true
gitea_gitea:
external: true
net:
driver: overlay
attachable: true
internal: true