
vanrienen/artifactoryOn a live environment, we are using nginx:
[***]
So to run your application at your own url just run the xalt/nginx as reverse proxy and use the following command:
docker run -d -e -VIRTUAL_HOST=subdomain.domain.tld -e -VIRTUAL_PORT=8081 xalt/artifactory
If you need a persistant file system, please use:
#artifactory with persistant storage docker run -v ./artifactory:/var/opt/jfrog/artifactory --d -e VIRTUAL_HOST=subdomain.yourdomain.tld -VIRTUAL_PORT=8081 xalt/artifactory
An example to run it in a Docker compose file:
#!shell version: '3' services: artifactory: environment: - BACKUP_HOST=example.com - BACKUP_PATH=/backup/artifactory - BACKUP_USER=backup - BACKUP_KEY_FILE=/tmp/id_rsa - TIME_ZONE=Europe/Berlin - VIRTUAL_HOST=subdomain.yourdomain.tld - VIRTUAL_PORT=8081 image: xalt/artifactory volumes: - ./artifactory:/var/opt/jfrog/artifactory - /home/backup/.ssh/id_rsa:/tmp/id_rsa reverse-proxy: image: xalt/nginx ports: - "80:80" volumes: - /var/run/docker.sock:/tmp/docker.sock:ro
If you are searching for other Atlassian tools, feel free to checkout our other repositories at [] and []
If you want to help with our Docker effort, please send us a pull request or just shoot over an email with your Bitbucket account to get rights on this repository.
If you need help using this images or integrating them into your infrastructure / CI process etc., feel free to contact me at ***






manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务