Skip to content

Commit

Permalink
feat: add docker-compose
Browse files Browse the repository at this point in the history
skip-checks:true
  • Loading branch information
aiexz committed Jan 6, 2025
1 parent 00ebe75 commit f82f169
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
telebackup:
image: ghcr.io/aiexz/telebackup:latest
image: ghcr.io/aiexz/telebackup:master
environment:
APP_ID: 6
APP_HASH: 123
Expand All @@ -10,6 +10,8 @@ services:
/test
/test2
volumes:
- /tmp/test:/test:ro
- /tmp/test2:/test2:ro
- /tmp/test:/tmp/test:ro
- /tmp/test2:/tmp/test2:ro
# or use this if you want to use a config file and not environment variables
# volumes:
# - ./config.yml:/config.yml

0 comments on commit f82f169

Please sign in to comment.