Skip to content

Commit

Permalink
Update docker-compose-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinaNikolaevaa committed Jan 5, 2024
1 parent 06c54de commit e971ee9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/docker-compose-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:

neon-core-rpc:
restart: unless-stopped
hostname: neon-core-rpc
hostname: neon_core_rpc
entrypoint: /opt/neon-rpc /opt/libs/current
environment:
RUST_BACKTRACE: full
Expand Down Expand Up @@ -79,6 +79,7 @@ services:
environment:
- SOLANA_URL=http://solana:8899
- NEON_CORE_API_URL=http://neon_api:8085/api
- NEON_CORE_API_RPC_URL=http://neon_core_rpc:3100
hostname: tests
command: sleep infinity
networks:
Expand Down

0 comments on commit e971ee9

Please sign in to comment.