Skip to content

Commit

Permalink
remove network
Browse files Browse the repository at this point in the history
  • Loading branch information
thatguyinabeanie committed Dec 15, 2024
1 parent 705e6c2 commit 184b9a7
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
services:
postgres:
command: -c 'max_connections=1000'
networks:
- battle-stadium-network
image: postgres:16
restart: unless-stopped
volumes:
Expand All @@ -15,16 +13,12 @@ services:
- 5432:5432

redis:
networks:
- battle-stadium-network
image: redis:7
restart: unless-stopped
ports:
- 6379:6379

sidekiq:
networks:
- battle-stadium-network
image: thatguyinabeanie/battle-stadium:dev-latest
command: zsh -c "(bundle check || bundle install) && bundle exec sidekiq"
environment:
Expand All @@ -44,8 +38,6 @@ services:

# RAILS API - DEVELOPMENT CONTAINER
backend:
networks:
- battle-stadium-network
hostname: rails-api-container
image: thatguyinabeanie/battle-stadium:dev-latest
environment:
Expand Down Expand Up @@ -81,8 +73,6 @@ services:

# RAILS API - PRODUCTION CONTAINER
backend-prod:
networks:
- battle-stadium-network
profiles:
- production
hostname: rails-api-container
Expand Down Expand Up @@ -115,7 +105,3 @@ services:

volumes:
postgres-data:

networks:
battle-stadium-network:
name: battle-stadium-network

0 comments on commit 184b9a7

Please sign in to comment.