Files
appstore/apps/gateway-go/latest/docker-compose.yml
T
okxlin 715c7f8ddf Polish Wavelog and gateway-go apps
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
2026-06-23 20:54:02 +08:00

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"