mirror of
https://github.com/kemko/reproxy.git
synced 2026-01-09 11:45:51 +03:00
11 lines
203 B
YAML
11 lines
203 B
YAML
services:
|
|
reproxy-embed:
|
|
build: .
|
|
container_name: reproxy-embed
|
|
hostname: reproxy-embed
|
|
ports:
|
|
- "80:80"
|
|
environment:
|
|
- LISTEN=0.0.0.0:8080
|
|
- ASSETS_LOCATION=/web
|