add docker registry

This commit is contained in:
2024-11-12 13:29:11 +03:00
parent 83db524396
commit a13e66b007
5 changed files with 574 additions and 434 deletions

12
docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
services:
nginx:
build:
context: https://git.bitdeals.org/private/web-build.git
dockerfile: ./docker/Dockerfile
image: registry.bitdeals.org:5000/web-build
environment:
- BD_FORWEB=http://127.0.0.1:80
- BD_WEB_LANG=en
expose:
- "80"