Files
appstore/apps/gotab/1.6.1.6/docker-compose.yml
T
okxlin 9692fc79eb Normalize whitespace in merged app files
Remove trailing whitespace and CRLF artifacts from newly merged app metadata, README, and compose files without changing app behavior.
2026-06-23 00:11:27 +08:00

21 lines
467 B
YAML

services:
gotab-server:
image: "doxwant/gotab:1.6.1.6"
container_name: ${CONTAINER_NAME}
ports:
- ${PANEL_APP_PORT_HTTP}:8080
volumes:
- ./data/uploads:/app/uploads
- ./data/sourceStore:/app/sourceStore
- ./data/config.toml:/app/config.toml
environment:
- SERVER_PORT=8080
- TZ=${TIME_ZONE}
networks:
- 1panel-network
labels:
createdBy: Apps
networks:
1panel-network:
external: true