Skip to content

Commit

Permalink
Add docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lifegpc committed Jan 21, 2024
1 parent 7a91054 commit ae43c53
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: '3'
services:
eh_downloader:
# This image includes flutter frontend.
# If you don't need it, use lifegpc/eh_downloader_base:master instead.
image: lifegpc/eh_downloader:master
container_name: eh_downloader
user: 1000:1000
volumes:
- ./data:/app/data
- ./downloads:/app/downloads
- ./thumbnails:/app/thumbnails
ports:
- 0.0.0.0:8000:8000
restart: unless-stopped

0 comments on commit ae43c53

Please sign in to comment.