"Changed Port to 8089"

This commit is contained in:
2026-07-31 15:01:12 -05:00
parent fe70d9e252
commit 12a81eb27c
2 changed files with 6 additions and 4 deletions

View File

@@ -31,7 +31,8 @@ services:
pull_policy: build
container_name: EDGE
ports:
- "8088:8088"
# host 8088 already held by buildathon-ignition; EDGE's gateway is reachable at :8089 on the host
- "8089:8088"
environment:
ACCEPT_IGNITION_EULA: "Y"
@@ -52,7 +53,7 @@ services:
-n FW-DST-SEN
-m 512
-a gateway.localtest.me
-h 8088
-h 8089
-s 8043
volumes:
@@ -76,7 +77,8 @@ services:
MARIADB_PASSWORD: ignition
ports:
# localhost only, for inspecting with a SQL client
- "127.0.0.1:3306:3306"
# (3306 remapped to 3307 on the host — buildathon-db already holds 3306)
- "127.0.0.1:3307:3306"
volumes:
- db-data-EDGE:/var/lib/mysql
healthcheck: