Remove vestigial env variables
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
57601b133a
commit
ed5a2ccc05
@ -6,21 +6,17 @@ services:
|
||||
image: git.autonomic.zone/autonomic-cooperative/nextload:latest
|
||||
environment:
|
||||
- "NAME=${STACK_NAME}"
|
||||
- "PAYLOAD_URL" # Probably vestigial
|
||||
- "PAYLOAD_SECRET_FILE=/run/secrets/payload_secret"
|
||||
- "MONGODB_USER=mongo"
|
||||
- "MONGODB_HOST=${STACK_NAME}_mongo"
|
||||
- "MONGODB_PORT=27017"
|
||||
- "MONGODB_PASSWORD_FILE=/run/secrets/mongo_password"
|
||||
- "TOKEN_FILE=/run/secrets/token" # Probably vestigial
|
||||
- "DRONE_URL" # Probably vestigial
|
||||
- "REPOSITORY"
|
||||
- "PORT=3000"
|
||||
- "HOSTNAME=0.0.0.0"
|
||||
secrets:
|
||||
- mongo_password
|
||||
- payload_secret
|
||||
- token # Probably vestigial
|
||||
volumes:
|
||||
- payload_uploads:/prod/dist/media
|
||||
networks:
|
||||
|
Loading…
Reference in New Issue
Block a user