1
0
mirror of https://github.com/umputun/reproxy.git synced 2025-07-06 22:15:41 +02:00

switch final image to scratch base

This commit is contained in:
Umputun
2021-04-14 03:26:20 -05:00
parent da7a860706
commit ab0f5c0e1d
6 changed files with 13 additions and 32 deletions

View File

@ -3,20 +3,18 @@ services:
image: umputun/reproxy:master
container_name: reproxy
hostname: reproxy
labels:
reproxy.enabled: "false" # don't include reproxy to automatic destinations
ports:
- "80:8080"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /var/run/docker.sock:/var/run/docker.sock:ro
- ./web:/web
environment:
- TZ=America/Chicago
- LISTEN=0.0.0.0:8080
- DOCKER_ENABLED=true
- DOCKER_AUTO=true
- ASSETS_LOCATION=/web
- DEBUG=true
- TIME_ZONE=America/Chicago
# automatic destination, will be mapped for ^/api/svc1/(.*)
svc1: