mirror of
https://github.com/tgdrive/teldrive.git
synced 2024-12-29 03:12:34 +08:00
15 lines
321 B
YAML
15 lines
321 B
YAML
services:
|
|
teldrive:
|
|
image: ghcr.io/tgdrive/teldrive
|
|
restart: always
|
|
container_name: teldrive
|
|
networks:
|
|
- postgres
|
|
volumes:
|
|
- ./config.toml:/config.toml
|
|
- ./session.db:/session.db
|
|
ports:
|
|
- 8080:8080
|
|
networks:
|
|
postgres:
|
|
external: true
|