From 6bc5b1bb886c1b1bdbde4728d0c628945330b8ef Mon Sep 17 00:00:00 2001 From: Paulo Vital Date: Tue, 10 Sep 2024 16:17:38 +0200 Subject: [PATCH] ci: Remove commands from pubsub docker-compose. Signed-off-by: Paulo Vital --- docker-compose.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 3cf02c1fc..c5d5183e6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -58,9 +58,5 @@ services: image: docker.io/vanmoof/pubsub-emulator environment: - PUBSUB_EMULATOR_HOST=0.0.0.0:8085 - command: - - test-project - - test-topic - - test-subscription ports: - "8085:8085"