Skip to content

Commit

Permalink
Update docker-compose-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinaNikolaevaa committed Jan 5, 2024
1 parent 80eb65f commit 06c54de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
neon-core-rpc:
restart: unless-stopped
container_name: neon-core-rpc
hostname: neon-core-rpc
hostname: neon_core_rpc
entrypoint: /opt/neon-rpc /opt/libs/current
environment:
RUST_BACKTRACE: full
Expand Down Expand Up @@ -82,6 +82,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 06c54de

Please sign in to comment.