We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d791c48 commit fe4d7beCopy full SHA for fe4d7be
docker-compose.yml
@@ -49,6 +49,8 @@ services:
49
RAILS_ENV: test
50
links:
51
- postgres_test
52
+ depends_on:
53
+ - postgres_test
54
ports:
55
- "33123:33123"
56
volumes:
0 commit comments