remove headers
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
||||
context: .
|
||||
args:
|
||||
LISTEN_PORT: ${LISTEN_PORT:-8080}
|
||||
container_name: gpon-monitor
|
||||
container_name: gpon-monitoring-app
|
||||
restart: unless-stopped
|
||||
expose:
|
||||
- "${LISTEN_PORT:-8080}"
|
||||
@@ -15,7 +15,7 @@ services:
|
||||
environment:
|
||||
- TZ=Europe/Warsaw
|
||||
networks:
|
||||
- gpon-monitor-net
|
||||
- gpon-monitoring-net
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:${LISTEN_PORT:-8080}/api/current"]
|
||||
interval: 30s
|
||||
@@ -25,7 +25,7 @@ services:
|
||||
|
||||
caddy:
|
||||
image: caddy:alpine
|
||||
container_name: gpon-caddy
|
||||
container_name: gpon-monitoring-caddy
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "${EXTERNAL_PORT:-8080}:80"
|
||||
@@ -34,10 +34,10 @@ services:
|
||||
volumes:
|
||||
- ./Caddyfile:/etc/caddy/Caddyfile:ro
|
||||
depends_on:
|
||||
- gpon-monitor
|
||||
- gpon-monitoring-app
|
||||
networks:
|
||||
- gpon-monitor-net
|
||||
- gpon-monitoring-net
|
||||
|
||||
networks:
|
||||
gpon-monitor-net:
|
||||
gpon-monitoring-net:
|
||||
driver: bridge
|
||||
Reference in New Issue
Block a user