add working docker-compose example, fix #69

This commit is contained in:
Ricardo Pardini
2020-12-02 14:51:41 +01:00
parent 8bfb0a9ef6
commit 0b6da4be92
3 changed files with 21 additions and 2 deletions

3
docs/compose/secrets.env Normal file
View File

@@ -0,0 +1,3 @@
# DockerHub authentication
REGISTRIES="k8s.gcr.io gcr.io quay.io" # There is no need to specify auth.docker.io, it's built-in
AUTH_REGISTRIES="auth.docker.io:your_dockerhub_username:your_dockerhub_password"