Skip to content

Commit

Permalink
docs: add comment for a3p service in Docker Compose
Browse files Browse the repository at this point in the history
  • Loading branch information
rabi-siddique committed Dec 26, 2024
1 parent e06926e commit 988fc96
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ const networkConfig = {
chaintypes: chainTypesU18,
startBlock: 1,
},
/*
This configuration is specifically for the "ci" profile within the a3p container.
The reason for using the "ci" profile is because the URL http://host.docker.internal:26657
is not accessible in CI environments. Therefore, we added the a3p service to the Docker
Compose file and assigned it a "ci" profile to ensure it only runs in CI. In the CI environment,
we then use the address http://agd:26657
*/
ci: {
chainId: 'agoriclocal',
endpoint: ['http://a3p:26657'],
Expand Down

0 comments on commit 988fc96

Please sign in to comment.