Skip to content

Commit ea9aea6

Browse files
committed
chore: add comments with links to dockerhub
1 parent af37a93 commit ea9aea6

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/integration-tests-postgres.yml

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
services:
2727
# NB: The hostname of the service container is automatically mapped to the label name
2828
db:
29+
# https://hub.docker.com/_/postgres
2930
# https://github.com/docker-library/postgres/blob/ad464b0375fc64e70e01305bf93183428a2ef0ec/11/Dockerfile
3031
# NOTE: it's better to have the same as in infra/docker/postgres.yml
3132
image: postgres:11.3

infra/docker/postgres.yml

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ services:
2626
depends_on:
2727
- db
2828
db:
29+
# https://hub.docker.com/_/postgres
2930
# https://github.com/docker-library/postgres/blob/ad464b0375fc64e70e01305bf93183428a2ef0ec/11/Dockerfile
3031
# NOTE: it's better to have the same as in .github/workflows/integration-tests-postgres.yml
3132
image: postgres:11.3

infra/docker/prod.yml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ services:
2525
depends_on:
2626
- db
2727
db:
28+
# https://hub.docker.com/_/mysql
2829
# https://github.com/docker-library/mysql/blob/429047ac5e28d59d40a2ac84a189c9d25310f060/5.7/Dockerfile
2930
image: mysql:5.7.20
3031
command: --character-set-server=utf8

0 commit comments

Comments
 (0)