updated with Action Runner
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
services:
|
||||
baget:
|
||||
image: loicsharma/baget:latest
|
||||
container_name: baget
|
||||
restart: unless-stopped
|
||||
|
||||
ports:
|
||||
- "5555:80"
|
||||
|
||||
environment:
|
||||
ApiKey: "your api key"
|
||||
Storage__Type: FileSystem
|
||||
Storage__Path: /var/baget/packages
|
||||
Database__Type: Sqlite
|
||||
Database__ConnectionString: Data Source=/var/baget/baget.db
|
||||
Search__Type: Database
|
||||
|
||||
volumes:
|
||||
- /srv/docker/baget/data:/var/baget
|
||||
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
Reference in New Issue
Block a user