add: add docker compose stacks
This commit is contained in:
14
bibliotheca/docker-compose.yaml
Normal file
14
bibliotheca/docker-compose.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
mybibliotheca:
|
||||
image: pickles4evaaaa/mybibliotheca:2.1.0
|
||||
ports:
|
||||
- "5054:5054"
|
||||
volumes:
|
||||
- /docker/bibliotheca:/app/data
|
||||
environment:
|
||||
- SECRET_KEY=27de3e8d4542d5c9f1a4e52ff400681d
|
||||
- SECURITY_PASSWORD_SALT=d27b5eca9de5ca952e1dc6c481afec5c
|
||||
- TIMEZONE=Asia/Ho_Chi_Minh
|
||||
- WORKERS=3
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user