appstore-1panel/dockge/reader3-webview/docker-compose.yml
QYG2297248353 275d5be658
Some checks are pending
Process Apps and Commit Changes / process (push) Waiting to run
Processed apps directory via GitHub Actions
2024-11-28 09:57:19 +00:00

17 lines
326 B
YAML

networks:
1panel-network:
external: true
services:
reader3-webview:
container_name: reader3-webview
env_file:
- ./envs/global.env
image: hectorqin/remote-webview:3.2.0
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8050
restart: always