Files
proxy/docker-compose.yml
2026-02-14 20:36:34 +03:00

14 lines
235 B
YAML

version: "3.9"
services:
proxy:
build:
context: .
dockerfile: Dockerfile
ports:
- "3000:3000"
restart: unless-stopped
environment:
HTTP_PROXY: http://localhost:3080
NODE_ENV: production