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
|
image: git.autonomic.zone/autonomic-cooperative/nextload:latest
|
||||||
environment:
|
environment:
|
||||||
- "NAME=${STACK_NAME}"
|
- "NAME=${STACK_NAME}"
|
||||||
- "PAYLOAD_URL" # Probably vestigial
|
|
||||||
- "PAYLOAD_SECRET_FILE=/run/secrets/payload_secret"
|
- "PAYLOAD_SECRET_FILE=/run/secrets/payload_secret"
|
||||||
- "MONGODB_USER=mongo"
|
- "MONGODB_USER=mongo"
|
||||||
- "MONGODB_HOST=${STACK_NAME}_mongo"
|
- "MONGODB_HOST=${STACK_NAME}_mongo"
|
||||||
- "MONGODB_PORT=27017"
|
- "MONGODB_PORT=27017"
|
||||||
- "MONGODB_PASSWORD_FILE=/run/secrets/mongo_password"
|
- "MONGODB_PASSWORD_FILE=/run/secrets/mongo_password"
|
||||||
- "TOKEN_FILE=/run/secrets/token" # Probably vestigial
|
|
||||||
- "DRONE_URL" # Probably vestigial
|
|
||||||
- "REPOSITORY"
|
- "REPOSITORY"
|
||||||
- "PORT=3000"
|
- "PORT=3000"
|
||||||
- "HOSTNAME=0.0.0.0"
|
- "HOSTNAME=0.0.0.0"
|
||||||
secrets:
|
secrets:
|
||||||
- mongo_password
|
- mongo_password
|
||||||
- payload_secret
|
- payload_secret
|
||||||
- token # Probably vestigial
|
|
||||||
volumes:
|
volumes:
|
||||||
- payload_uploads:/prod/dist/media
|
- payload_uploads:/prod/dist/media
|
||||||
networks:
|
networks:
|
||||||
|
Loading…
Reference in New Issue
Block a user