feat: DriftDB landing page with nginx compose
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
web:
|
||||
image: nginx:alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./:/usr/share/nginx/html:ro
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.driftdb.rule=Host(`llmbench.carlosnarro.com`)"
|
||||
- "traefik.http.routers.driftdb.entrypoints=websecure"
|
||||
- "traefik.http.routers.driftdb.tls=true"
|
||||
- "traefik.http.services.driftdb.loadbalancer.server.port=80"
|
||||
Reference in New Issue
Block a user