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 36a733b commit 20f2fb8Copy full SHA for 20f2fb8
stubs/pgsql.stub
@@ -1,5 +1,5 @@
1
pgsql:
2
- image: 'postgres:17'
+ image: 'postgres:17-alpine'
3
ports:
4
- '${FORWARD_DB_PORT:-5432}:5432'
5
environment:
stubs/rabbitmq.stub
rabbitmq:
- image: 'rabbitmq:4-management'
+ image: 'rabbitmq:4-management-alpine'
hostname: 'rabbitmq'
- '${FORWARD_RABBITMQ_PORT:-5672}:5672'
0 commit comments