Skip to content

Commit

Permalink
fix: dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
renancloudwalk committed Apr 8, 2024
1 parent b2fb643 commit 225c4e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ FROM rust:1.75 as runtime
WORKDIR /app
COPY --from=builder /app/target/release/stratus /app/stratus

CMD ["sh", "-c", "/app/stratus", "--perm-storage=$PERM_STORAGE", "--perm-storage-connections=$PERM_STORAGE_CONNECTIONS", "--perm-storage-timeout=$PERM_STORAGE_TIMEOUT", "--chain-id=$CHAIN_ID", "--blocking-threads=$BLOCKING_THREADS", "--temp-storage=$TEMP_STORAGE_KIND", "--evms=$NUM_EVMS"]
CMD ["sh", "-c", "/app/stratus", "--perm-storage=$PERM_STORAGE", "--perm-storage-connections=$PERM_STORAGE_CONNECTIONS", "--perm-storage-timeout=$PERM_STORAGE_TIMEOUT", "--chain-id=$CHAIN_ID", "--blocking-threads=$BLOCKING_THREADS", "--temp-storage=$TEMP_STORAGE_KIND"]
4 changes: 2 additions & 2 deletions config/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ kubernetes:
port: "9000"
ports:
- containerPort: 3000
name: app
name: app-stratus
virtualservice:
gateway: internal
hosts:
Expand Down Expand Up @@ -89,7 +89,7 @@ kubernetes:
port: "9000"
ports:
- containerPort: 3000
name: app
name: app-stratus-postgres
virtualservice:
gateway: internal
hosts:
Expand Down

0 comments on commit 225c4e9

Please sign in to comment.