first test
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
stack: bento-pdf
|
||||
compose:
|
||||
- docker-compose.yml
|
||||
env:
|
||||
file: .env
|
||||
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
bentopdf:
|
||||
image: bentopdfteam/bentopdf-simple:latest
|
||||
container_name: bentopdf
|
||||
ports:
|
||||
- "3002:8080"
|
||||
volumes:
|
||||
- ./configs:/configs
|
||||
- ./data:/app/data
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- APP_PORT=8080
|
||||
- SECRET_KEY=${SECRET_KEY}
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user