We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86bc7e7 commit 385da27Copy full SHA for 385da27
1 file changed
docker-compose.yml
@@ -95,10 +95,17 @@ services:
95
rocketadmin-private-microservice:
96
build:
97
context: ../rocketadmin-saas
98
- dockerfile: ../rocketadmin-saas/Dockerfile
+ dockerfile: Dockerfile.test
99
ports:
100
- 3001:3001
101
env_file: ../rocketadmin-saas/.env
102
+ environment:
103
+ # Path to the Go proxy's contract fixture (mounted below). Lets the
104
+ # SaaS contract test find it regardless of on-disk layout.
105
+ PROXY_CONTRACT_FIXTURE: /contract/fixtures.json
106
+ volumes:
107
+ # Shared wire-contract source of truth with the Go postgres-proxy.
108
+ - ../postgres-proxy/contract:/contract:ro
109
links:
110
- backend
111
- rocketadmin-private-microservice-test-database
0 commit comments