mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 21:02:18 +08:00
16 lines
353 B
YAML
16 lines
353 B
YAML
services:
|
|
wol-go-web:
|
|
image: "chishin/wol-go-web:latest"
|
|
container_name: ${CONTAINER_NAME}
|
|
restart: always
|
|
network_mode: host
|
|
environment:
|
|
- PORT=${PANEL_APP_PORT_HTTP}
|
|
- KEY=${KEY}
|
|
- USERNAME=${USERNAME}
|
|
- PASSWORD=${PASSWORD}
|
|
- WEB=${WEB}
|
|
- TZ=${TIME_ZONE}
|
|
labels:
|
|
createdBy: "Apps"
|