mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
fix(docker-compose): remove port for hyperswitch-server-init in docker-compose.yml (#763)
This commit is contained in:
@ -85,7 +85,7 @@ services:
|
|||||||
|
|
||||||
migration_runner:
|
migration_runner:
|
||||||
image: rust:1.65
|
image: rust:1.65
|
||||||
command: "bash -c 'cargo install diesel_cli && diesel migration --database-url postgres://db_user:db_pass@pg:5432/hyperswitch_db run'"
|
command: "bash -c 'cargo install diesel_cli --no-default-features --features \"postgres\" && diesel migration --database-url postgres://db_user:db_pass@pg:5432/hyperswitch_db run'"
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
networks:
|
networks:
|
||||||
- router_net
|
- router_net
|
||||||
@ -96,8 +96,6 @@ services:
|
|||||||
image: rust:1.65
|
image: rust:1.65
|
||||||
command: cargo build --bin router
|
command: cargo build --bin router
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
ports:
|
|
||||||
- "8080:8080"
|
|
||||||
networks:
|
networks:
|
||||||
- router_net
|
- router_net
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user