feat: import organization exchange v3
All checks were successful
All checks were successful
This commit is contained in:
@@ -19,7 +19,7 @@ services:
|
||||
- ./data/db:/var/lib/postgresql/data
|
||||
- ./docker/postgres/init.sql:/docker-entrypoint-initdb.d/init.sql
|
||||
ports:
|
||||
- "5432:5432"
|
||||
- "${STATE_CORP_POSTGRES_HOST_PORT:-25432}:5432"
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER} -d ${POSTGRES_DB}"]
|
||||
interval: 10s
|
||||
@@ -31,7 +31,7 @@ services:
|
||||
container_name: state_corp_redis
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "6379:6379"
|
||||
- "${STATE_CORP_REDIS_HOST_PORT:-26379}:6379"
|
||||
volumes:
|
||||
- ./data/redis:/data
|
||||
healthcheck:
|
||||
@@ -54,7 +54,7 @@ services:
|
||||
redis:
|
||||
condition: service_healthy
|
||||
ports:
|
||||
- "8000:8000"
|
||||
- "${STATE_CORP_WEB_HOST_PORT:-28000}:8000"
|
||||
volumes:
|
||||
- ./src:/app/src
|
||||
- ./logs:/app/logs
|
||||
|
||||
Reference in New Issue
Block a user