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"
|
DATABASE_URL="sqlite:/data/db/sqlite.db?mode=rwc"
|
||||||
IMAGES_DIR="/data/images"
|
IMAGES_DIR="/data/images"
|
||||||
CORS_URL="https://booksman.vinodjam.com"
|
CORS_URL="https://booksman.vinodjam.com"
|
||||||
MEILI_URL="http://meili:7700"
|
MEILI_URL="http://meilisearch:7700"
|
||||||
MEILI_KEY="asdasdasd"
|
MEILI_KEY=asdasdasd
|
||||||
BACKEND_URL="https://booksman.vinodjam.com"
|
BACKEND_URL="https://booksman.vinodjam.com"
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ version: '3'
|
|||||||
services:
|
services:
|
||||||
booksman:
|
booksman:
|
||||||
container_name: booksman
|
container_name: booksman
|
||||||
|
# command: tail -f /dev/null
|
||||||
build: .
|
build: .
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/db:/data/db
|
- ./data/db:/data/db
|
||||||
|
|||||||
Reference in New Issue
Block a user