Skip to content

Commit

Permalink
Create docker network and add service to it
Browse files Browse the repository at this point in the history
  • Loading branch information
pitastrudl authored and zera1ul committed Sep 15, 2024
1 parent f9cc5e6 commit a495998
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-compose-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ services:
- .env.prod
depends_on:
- db
networks:
- badgehub_network

pgadmin:
image: dpage/pgadmin4
Expand All @@ -37,3 +39,8 @@ services:
volumes:
postgres_data:
pgadmin_data:

networks:
badgehub_network:
name: badgehub_network
external: true

0 comments on commit a495998

Please sign in to comment.