Encourage registry password from ENV

This commit is contained in:
David Heinemeier Hansson
2023-02-19 17:42:30 +01:00
parent 2ed3ccc53e
commit 28be8dc0f0
4 changed files with 25 additions and 3 deletions

View File

@@ -13,7 +13,8 @@ registry:
# Specify the registry server, if you're not using Docker Hub
# server: registry.digitalocean.com / ghcr.io / ...
username: my-user
password: my-password-should-go-somewhere-safe
password:
- MRSK_REGISTRY_PASSWORD
# Inject ENV variables into containers (secrets come from .env).
# env: