feat: export organizations to state corp v3
This commit is contained in:
@@ -26,7 +26,7 @@ services:
|
||||
- ./data/db:/var/lib/postgresql/data
|
||||
- ./docker/postgres/init.sql:/docker-entrypoint-initdb.d/init.sql
|
||||
ports:
|
||||
- "5432:5432"
|
||||
- "${MOSTOVIK_POSTGRES_HOST_PORT:-15432}:5432"
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER} -d ${POSTGRES_DB}"]
|
||||
interval: 10s
|
||||
@@ -38,7 +38,7 @@ services:
|
||||
container_name: mostovik_redis
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "6379:6379"
|
||||
- "${MOSTOVIK_REDIS_HOST_PORT:-16379}:6379"
|
||||
volumes:
|
||||
- ./data/redis:/data
|
||||
healthcheck:
|
||||
@@ -78,7 +78,7 @@ services:
|
||||
migrate:
|
||||
condition: service_completed_successfully
|
||||
ports:
|
||||
- "8000:8000"
|
||||
- "${MOSTOVIK_WEB_HOST_PORT:-18000}:8000"
|
||||
volumes:
|
||||
- ./media:/app/media
|
||||
- ./staticfiles:/app/staticfiles
|
||||
|
||||
Reference in New Issue
Block a user