v0.16-ACTAUL-V0.3
This commit is contained in:
4
.prod
4
.prod
@@ -1,6 +1,6 @@
|
||||
DATABASE_URL="sqlite:/data/db/sqlite.db?mode=rwc"
|
||||
IMAGES_DIR="/data/images"
|
||||
CORS_URL="https://booksman.vinodjam.com"
|
||||
MEILI_URL="http://meili:7700"
|
||||
MEILI_KEY="asdasdasd"
|
||||
MEILI_URL="http://meilisearch:7700"
|
||||
MEILI_KEY=asdasdasd
|
||||
BACKEND_URL="https://booksman.vinodjam.com"
|
||||
|
||||
@@ -3,6 +3,7 @@ version: '3'
|
||||
services:
|
||||
booksman:
|
||||
container_name: booksman
|
||||
# command: tail -f /dev/null
|
||||
build: .
|
||||
volumes:
|
||||
- ./data/db:/data/db
|
||||
|
||||
Reference in New Issue
Block a user