Skip to content

Commit

Permalink
removed redundant docker-compose elements
Browse files Browse the repository at this point in the history
  • Loading branch information
JJFlorian committed Mar 18, 2024
1 parent d05eb6e commit 0f15346
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,11 @@ services:
volumes:
- pgdata:/var/lib/postgresql/data
restart: unless-stopped
networks:
- backend

redis:
image: redis:latest
expose:
- 6379
ports:
- "6379:6379"
networks:
- backend

celery:
environment:
Expand All @@ -36,8 +30,6 @@ services:
depends_on:
- db
- redis
networks:
- backend

web:
build: .
Expand All @@ -63,15 +55,8 @@ services:
- db
- redis
- celery
networks:
- backend




volumes:
pgdata:

networks:
backend:
name: bro_hub

0 comments on commit 0f15346

Please sign in to comment.