mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-27 08:01:06 +00:00
Remove trailing whitespace and CRLF artifacts from newly merged app metadata, README, and compose files without changing app behavior.
21 lines
467 B
YAML
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
|