x
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user