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