TuringsSolutions commited on
Commit
2cb02c1
·
verified ·
1 Parent(s): 58903fd

Update docker-compose.yml

Browse files
Files changed (1) hide show
  1. docker-compose.yml +7 -1
docker-compose.yml CHANGED
@@ -31,6 +31,12 @@ services:
31
  - NODE_ENV=development
32
  links:
33
  - db
 
 
 
 
 
 
34
 
35
  volumes:
36
- postgres_data:
 
31
  - NODE_ENV=development
32
  links:
33
  - db
34
+ networks:
35
+ - my_network
36
+
37
+ networks:
38
+ my_network:
39
+ driver: bridge
40
 
41
  volumes:
42
+ postgres_data: