Skip to content

Commit d8eeea7

Browse files
committed
Add the postgres service to the comopse file
[refs #593b9040b486]
1 parent 4a97a15 commit d8eeea7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

compose_example/docker-compose.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,10 @@ services:
77
- 80:80
88
volumes:
99
- ./html:/usr/share/nginx/html
10+
11+
pg:
12+
image: postgres:9.6-alpine
13+
# environment:
14+
# - POSTGRES_DB=test
15+
env_file:
16+
- ./db.env

0 commit comments

Comments
 (0)