mirror of
https://github.com/tgdrive/teldrive.git
synced 2025-01-02 21:32:58 +08:00
13 lines
269 B
YAML
13 lines
269 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
server:
|
|
image: ghcr.io/divyam234/teldrive/server
|
|
restart: always
|
|
container_name: teldrive
|
|
volumes:
|
|
- ./teldrive.db:/app/teldrive.db:rw
|
|
- ./logs:/app/logs:rw
|
|
env_file: teldrive.env
|
|
ports:
|
|
- 8080:8080
|