generated from autonomic-cooperative/astro-payload-template
This commit is contained in:
parent
16844e4a35
commit
10133aaaf9
@ -42,6 +42,7 @@ steps:
|
||||
SECRET_TOKEN_VERSION: v1
|
||||
SECRET_MONGO_PASSWORD_VERSION: v1
|
||||
NGINX_CONF_VERSION: v1
|
||||
REPOSITORY: "autonomic-cooperative/astro-payload-test"
|
||||
depends_on:
|
||||
# - publish astro container
|
||||
- publish payload container
|
||||
|
@ -34,6 +34,7 @@ services:
|
||||
- "MONGODB_PORT=27017"
|
||||
- "MONGODB_PASSWORD_FILE=/run/secrets/mongo_password"
|
||||
- "TOKEN_FILE=/run/secrets/token"
|
||||
- "REPOSITORY"
|
||||
secrets:
|
||||
- mongo_password
|
||||
- payload_secret
|
||||
|
Loading…
Reference in New Issue
Block a user