Traefik: Move to host mode
This commit is contained in:
@ -5,8 +5,10 @@ services:
|
||||
minio:
|
||||
image: minio/minio:latest
|
||||
restart: always
|
||||
networks:
|
||||
- gateway
|
||||
ulimits:
|
||||
nofile:
|
||||
soft: 4096
|
||||
hard: 16000
|
||||
environment:
|
||||
- "MINIO_ROOT_USER={{ minio.user | mandatory }}"
|
||||
- "MINIO_ROOT_PASSWORD={{ minio.password | mandatory }}"
|
||||
@ -31,11 +33,6 @@ services:
|
||||
timeout: 20s
|
||||
retries: 3
|
||||
|
||||
|
||||
networks:
|
||||
gateway:
|
||||
external: true
|
||||
|
||||
volumes:
|
||||
data:
|
||||
|
||||
|
Reference in New Issue
Block a user