Remove vestigial env variables
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
tobias 2024-06-19 14:43:41 +02:00
parent 57601b133a
commit ed5a2ccc05

View File

@ -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: