From 54d2e9940b4c210c2dd065322ced8ab5aa591611 Mon Sep 17 00:00:00 2001 From: Takumi Hara <69781798+takumihara@users.noreply.github.com> Date: Sun, 12 Nov 2023 19:28:59 -0800 Subject: [PATCH] Revert "Expose backend (#43)" (#44) This reverts commit 18264e106570f44e7ab3ba0608bc7fe183dfa2ee. --- compose.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/compose.yml b/compose.yml index 062e5b25..83815df0 100644 --- a/compose.yml +++ b/compose.yml @@ -21,8 +21,6 @@ services: condition: service_healthy backend: build: backend - ports: - - "${BACKEND_PORT}:3000" command: sh -c "yarn start:dev" environment: PORT: ${BACKEND_PORT}