teldrive/docker/compose/teldrive.yml

15 lines
323 B
YAML
Raw Normal View History

2023-08-16 20:48:32 +08:00
services:
teldrive:
2024-08-31 23:50:17 +08:00
image: ghcr.io/tgdrive/teldrive
2023-08-16 20:48:32 +08:00
restart: always
2023-09-08 18:48:02 +08:00
container_name: teldrive
networks:
- postgres
2023-08-16 20:48:32 +08:00
volumes:
- ./session.db:/session.db:rw
- ./config.toml:/config.toml
2023-08-16 20:48:32 +08:00
ports:
- 8080:8080
networks:
postgres:
external: true