File tree 3 files changed +3
-0
lines changed
3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 26
26
services :
27
27
# NB: The hostname of the service container is automatically mapped to the label name
28
28
db :
29
+ # https://hub.docker.com/_/postgres
29
30
# https://github.com/docker-library/postgres/blob/ad464b0375fc64e70e01305bf93183428a2ef0ec/11/Dockerfile
30
31
# NOTE: it's better to have the same as in infra/docker/postgres.yml
31
32
image : postgres:11.3
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ services:
26
26
depends_on :
27
27
- db
28
28
db :
29
+ # https://hub.docker.com/_/postgres
29
30
# https://github.com/docker-library/postgres/blob/ad464b0375fc64e70e01305bf93183428a2ef0ec/11/Dockerfile
30
31
# NOTE: it's better to have the same as in .github/workflows/integration-tests-postgres.yml
31
32
image : postgres:11.3
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ services:
25
25
depends_on :
26
26
- db
27
27
db :
28
+ # https://hub.docker.com/_/mysql
28
29
# https://github.com/docker-library/mysql/blob/429047ac5e28d59d40a2ac84a189c9d25310f060/5.7/Dockerfile
29
30
image : mysql:5.7.20
30
31
command : --character-set-server=utf8
You can’t perform that action at this time.
0 commit comments