webui
This commit is contained in:
@@ -30,3 +30,13 @@ services:
|
||||
depends_on:
|
||||
db:
|
||||
condition: service_healthy
|
||||
|
||||
web:
|
||||
image: nginx:alpine
|
||||
ports:
|
||||
- "8084:80"
|
||||
volumes:
|
||||
- ./web/index.html:/usr/share/nginx/html/index.html:ro
|
||||
- ./web/nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
restart: unless-stopped
|
||||
|
||||
|
||||
Reference in New Issue
Block a user