Change ports

This commit is contained in:
Халимов Рустам
2026-04-16 22:18:04 +03:00
parent 8399d32490
commit c8b4fed25a

View File

@@ -10,7 +10,7 @@ services:
volumes:
- postgres_data:/var/lib/postgresql/data
ports:
- "5432:5432"
- "5435:5432"
server:
build:
@@ -23,7 +23,7 @@ services:
- minio
- mongo
ports:
- "5059:8080"
- "5063:8080"
environment:
- DATABASE_URL
- MONGO_CONNECTION
@@ -47,9 +47,9 @@ services:
- MINIO_ROOT_USER
- MINIO_ROOT_PASSWORD
ports:
- "9000:9000"
- "9001:9001"
command: server /data --console-address ":9001"
- "9006:9000"
- "9007:9001"
command: server /data --console-address ":9007"
volumes:
- minio_data:/data
mongo:
@@ -57,7 +57,7 @@ services:
container_name: knot-mongo
restart: always
ports:
- "27017:27017"
- "27023:27017"
volumes:
- mongo_data:/data/db
@@ -68,7 +68,7 @@ services:
container_name: knot-web
restart: always
ports:
- "9090:80"
- "9045:80"
depends_on:
- server