mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-25 08:01:02 +00:00
Refine the remaining contributor app PRs after local merge. - switch Wavelog to the official ghcr.io/wavelog/wavelog:2.2.1 image - document Wavelog installer, database handoff, and upstream CVE risk - normalize gateway-go metadata, fixed host-network port, scripts, and README risk notes - compress gateway-go logo and add missing runtime scripts Refs: #3310, #3170
11 lines
225 B
YAML
11 lines
225 B
YAML
services:
|
|
gateway-go:
|
|
container_name: ${CONTAINER_NAME}
|
|
restart: always
|
|
network_mode: "host"
|
|
volumes:
|
|
- "${DATA_PATH}:/root"
|
|
image: openiothub/gateway-go:latest
|
|
labels:
|
|
createdBy: "Apps"
|