HexaWetter v1.2.0: Security, Admin, Radar, UI
This commit is contained in:
@@ -42,7 +42,7 @@ services:
|
||||
volumes:
|
||||
- ./data:/data
|
||||
ports:
|
||||
- "${API_PORT:-8081}:8080"
|
||||
- "127.0.0.1:${API_PORT:-8081}:8080"
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
@@ -53,11 +53,13 @@ services:
|
||||
image: nginx:1.27-alpine
|
||||
container_name: hexawetter-frontend
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
API_KEY: ${API_KEY:-}
|
||||
depends_on:
|
||||
- api
|
||||
volumes:
|
||||
- ./frontend:/usr/share/nginx/html:ro
|
||||
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
- ./nginx.conf.template:/etc/nginx/templates/default.conf.template:ro
|
||||
ports:
|
||||
- "${WEB_PORT:-8080}:80"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user