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