Inital commit - Podgrab
This commit is contained in:
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
*
|
||||
!docker-compose.yml
|
||||
!config/nginx/proxy-confs/*.conf
|
||||
16
docker-compose.yml
Normal file
16
docker-compose.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
version: "2.1"
|
||||
services:
|
||||
podgrab:
|
||||
image: akhilrex/podgrab
|
||||
container_name: podgrab
|
||||
environment:
|
||||
- CHECK_FREQUENCY=240
|
||||
volumes:
|
||||
- ./config:/config
|
||||
- ./data:/assets
|
||||
ports:
|
||||
- 888:8080
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
default:
|
||||
name: takahe_network
|
||||
Reference in New Issue
Block a user