From 70bb87be773d3f0bef25741f811af59fba0ef727 Mon Sep 17 00:00:00 2001 From: thatguyinabeanie Date: Wed, 30 Oct 2024 12:20:48 -0500 Subject: [PATCH] cleanup docker compose --- docker-compose.yml | 29 ++++------------------------- 1 file changed, 4 insertions(+), 25 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 056d48e7..479a552b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -109,31 +109,10 @@ services: retries: 3 start_period: 120s - # frontend: - # hostname: nextjs-container - # image: thatguyinabeanie/battle-stadium:frontend-dev-latest - # build: - # context: frontend - # dockerfile: Dockerfile - # target: development - # tags: - # - thatguyinabeanie/battle-stadium:frontend-dev-latest - # environment: - # - LOCAL_DEV_BACKEND_HOST=backend - # command: > - # zsh -c "rm -rf .next && bun install && bun dev && tail -f /dev/null" - # tty: true - # depends_on: - # - postgres - # - backend - # ports: - # - 3000:3000 - # - 8080:3000 - # - 9229:9229 - # volumes: - # - .:/battle-stadium - # - ./frontend/.zshrc:/root/.zshenv - # - ./frontend/.zshrc:/root/.zshrc volumes: postgres-data: + +networks: + battle-stadium: + external: true