Files
web-build/docker-compose.yml
2024-11-12 13:29:11 +03:00

13 lines
282 B
YAML

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"