Traefik: Move to host mode

This commit is contained in:
2023-08-10 14:16:30 +02:00
parent 6a3cbe756c
commit 9514de0f07
25 changed files with 17 additions and 360 deletions

View File

@ -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: