Skip to content

Commit

Permalink
fixed compose
Browse files Browse the repository at this point in the history
  • Loading branch information
MoroccanTea committed May 21, 2024
1 parent b84680c commit 2ea0766
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docker/Docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ services:
- ../nginx.conf:/var/nginx/nginx.conf
networks:
- app-network
networks:
app-network:
driver: bridge

postgresql:
container_name: postgresql
Expand All @@ -67,13 +64,17 @@ networks:
- app-network

redis-cache:
container_name: redis-cache
container_name: redis_cache
image: redis:latest
ports:
- 6379:6379
networks:
- app-network

networks:
app-network:
driver: bridge

volumes:
mongodb-data:
driver: local
Expand Down

0 comments on commit 2ea0766

Please sign in to comment.