rename mabras -> marbas, fix not condition in search, allow page_size for pagination
This commit was merged in pull request #4.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
version: '3'
|
||||
services:
|
||||
migrations:
|
||||
image: mabras:local
|
||||
image: marbas:local
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
@@ -9,7 +9,7 @@ services:
|
||||
- .env
|
||||
user: "1000:1000"
|
||||
volumes:
|
||||
- ./mabras:/app/mabras
|
||||
- ./marbas:/app/marbas
|
||||
- ./api:/app/api
|
||||
- ./sde:/app/sde
|
||||
- ./manage.py:/app/manage.py
|
||||
@@ -19,19 +19,19 @@ services:
|
||||
condition: service_healthy
|
||||
|
||||
eveal:
|
||||
image: mabras:local
|
||||
image: marbas:local
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- 8000:8000
|
||||
user: "1000:1000"
|
||||
volumes:
|
||||
- ./mabras:/app/mabras
|
||||
- ./marbas:/app/marbas
|
||||
- ./api:/app/api
|
||||
- ./sde:/app/sde
|
||||
- ./manage.py:/app/manage.py
|
||||
# - ./static_eve:/app/static_eve
|
||||
command: ["uvicorn", "mabras.asgi:application", "--host", "0.0.0.0", "--port", "8000", "--reload"]
|
||||
command: ["uvicorn", "marbas.asgi:application", "--host", "0.0.0.0", "--port", "8000", "--reload"]
|
||||
depends_on:
|
||||
redis:
|
||||
condition: service_healthy
|
||||
@@ -55,7 +55,7 @@ services:
|
||||
ports:
|
||||
- 5432:5432
|
||||
volumes:
|
||||
- mabras_dbdata:/var/lib/postgresql/data
|
||||
- marbas_dbdata:/var/lib/postgresql/data
|
||||
env_file:
|
||||
- .env
|
||||
healthcheck:
|
||||
@@ -80,4 +80,4 @@ services:
|
||||
# retries: 3
|
||||
|
||||
volumes:
|
||||
mabras_dbdata:
|
||||
marbas_dbdata:
|
||||
|
||||
Reference in New Issue
Block a user