Skip to content

Commit

Permalink
cleanup docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
thatguyinabeanie committed Oct 30, 2024
1 parent bfe203d commit 70bb87b
Showing 1 changed file with 4 additions and 25 deletions.
29 changes: 4 additions & 25 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 70bb87b

Please sign in to comment.