This commit is contained in:
2025-09-28 01:42:29 +05:30
parent 5198325f62
commit 9cbfa67b46

View File

@@ -8,14 +8,12 @@ services:
- /home/aetos/registry/auth:/auth:ro - /home/aetos/registry/auth:/auth:ro
environment: environment:
REGISTRY_TITLE: "Armory of the Codex" REGISTRY_TITLE: "Armory of the Codex"
REGISTRY_URL: http://dcr.aetoskia.com REGISTRY_URL: "http://registry:5000"
REGISTRY_AUTH: "htpasswd" REGISTRY_AUTH: "htpasswd"
REGISTRY_AUTH_HTPASSWD_PATH: "/auth/htpasswd" REGISTRY_AUTH_HTPASSWD_PATH: "/auth/htpasswd"
depends_on: depends_on:
- registry - registry
restart: always restart: always
extra_hosts:
- "dcr.aetoskia.com:192.168.1.111"
gitea: gitea:
image: gitea/gitea:latest image: gitea/gitea:latest