teldrive/docker/compose/teldrive.yml

15 lines
321 B
YAML

services:
teldrive:
image: ghcr.io/tgdrive/teldrive
restart: always
container_name: teldrive
networks:
- postgres
volumes:
- ./config.toml:/config.toml
- ./storage.db:/storage.db
ports:
- 8080:8080
networks:
postgres:
external: true