Compare commits

..

2 Commits

Author SHA1 Message Date
jaydee 3c7126c903 build 2026-03-22 00:36:14 +01:00
jaydee fd7efc3c5f build 2026-03-22 00:22:23 +01:00
4 changed files with 27 additions and 3 deletions
+3 -3
View File
@@ -141,10 +141,10 @@ COMPOSE_PROJECT_NAME=mailu
CREDENTIAL_ROUNDS=12
# Header to take the real ip from
REAL_IP_HEADER=X-Real-IP
# REAL_IP_HEADER=X-Real-IP
REAL_IP_HEADER=X-Forwarded-For
# IPs for nginx set_real_ip_from (CIDR list separated by commas)
REAL_IP_FROM=192.168.77.101
REAL_IP_FROM=172.0.0.0/8
# choose wether mailu bounces (no) or rejects (yes) mail when recipient is unknown (value: yes, no)
REJECT_UNLISTED_RECIPIENT=
+24
View File
@@ -0,0 +1,24 @@
name: registry
services:
registry:
container_name: registry
environment:
- REGISTRY_STORAGE_DELETE_ENABLED=true
- REGISTRY_AUTH=htpasswd
- REGISTRY_AUTH_HTPASSWD_REALM=Registry Realm
- REGISTRY_AUTH_HTPASSWD_PATH=/auth/htpasswd
image: registry:2
labels:
wud.watch: false
wud.watch.digest: false
logging:
driver: loki
options:
loki-url: http://192.168.77.101:3100/loki/api/v1/push
ports:
- 5000:5000
restart: always
volumes:
- /share/docker_data/registry/auth:/auth
- /share/docker_registry/data:/var/lib/registry
- /share/docker_data/registry/config:/etc/docker/registry/