A toy webserver with variable expansion based on connecting client
This commit is contained in:
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
clab-webserver:
|
||||
build: .
|
||||
image: git.ipng.ch/ipng/clab-webserver:latest
|
||||
ports:
|
||||
- "80:80"
|
||||
volumes:
|
||||
- ./client-map.yaml:/app/client-map.yaml:ro
|
||||
environment:
|
||||
LISTEN: ":80"
|
||||
CLIENT_MAP: /app/client-map.yaml
|
||||
DOCROOT: /app/docroot
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user