Skip to content

Commit ebf300a

Browse files
committed
Add lab_4 Config files stub
1 parent 91196c9 commit ebf300a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

lab_4/docker-compose.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: '3'
2+
services:
3+
postgres:
4+
image: postgres:9.6.1
5+
ports:
6+
- "5432:5432"
7+
volumes:
8+
- ./data:/var/lib/postgresql/data

0 commit comments

Comments
 (0)