Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update port mappings in docker-compose.yml #18

Merged
merged 6 commits into from
May 2, 2024

Conversation

suenot
Copy link
Member

@suenot suenot commented Mar 15, 2024

No description provided.

@@ -6,7 +6,7 @@ services:
networks:
- network
ports:
- "5432:5432"
- "${DEEP_POSTGRES_PORT_HOST:-5432}:${DEEP_POSTGRES_PORT:-5432}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- "${DEEP_POSTGRES_PORT_HOST:-5432}:${DEEP_POSTGRES_PORT:-5432}"
- "${DEEP_POSTGRES_PORT:-5432}:-5432"

@@ -28,7 +28,7 @@ services:
networks:
- network
ports:
- "8080:8080"
- "${DEEP_HASURA_PORT_HOST:-8080}:${DEEP_HASURA_PORT:-8080}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- "${DEEP_HASURA_PORT_HOST:-8080}:${DEEP_HASURA_PORT:-8080}"
- "${DEEP_HASURA_PORT:-8080}:8080"

@@ -57,7 +57,7 @@ services:
- hasura
restart: unless-stopped
ports:
- '8000:8000'
- "${DEEP_STORAGE_PORT_HOST:-8000}:${DEEP_STORAGE_PORT:-8000}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- "${DEEP_STORAGE_PORT_HOST:-8000}:${DEEP_STORAGE_PORT:-8000}"
- "${DEEP_HASURA_STORAGE_PORT:-8000}:-8000"

- '9000:9000'
- '32765:32765'
- "${DEEP_MINIO_UI_PORT_HOST:-9000}:${DEEP_MINIO_UI_PORT:-9000}"
- "${DEEP_MINIO_PORT_HOST:-32765}:${DEEP_MINIO_PORT:-32765}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- "${DEEP_MINIO_PORT_HOST:-32765}:${DEEP_MINIO_PORT:-32765}"
- "${DEEP_MINIO_PORT:-32765}:32765"

@@ -85,8 +85,8 @@ services:
- 'minio-data:/export'
- 'minio-config:/root/.minio'
ports:
- '9000:9000'
- '32765:32765'
- "${DEEP_MINIO_UI_PORT_HOST:-9000}:${DEEP_MINIO_UI_PORT:-9000}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- "${DEEP_MINIO_UI_PORT_HOST:-9000}:${DEEP_MINIO_UI_PORT:-9000}"
- "${DEEP_MINIO_UI_PORT:-9000}:9000"

local/docker-compose.yml Outdated Show resolved Hide resolved
local/docker-compose.yml Outdated Show resolved Hide resolved
local/docker-compose.yml Outdated Show resolved Hide resolved
suenot and others added 3 commits May 2, 2024 21:45
Co-authored-by: Konstantin Dyachenko <[email protected]>
Co-authored-by: Konstantin Dyachenko <[email protected]>
Co-authored-by: Konstantin Dyachenko <[email protected]>
@Konard Konard merged commit 9b816eb into deep-foundation:main May 2, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants