Revert domain name
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
tobias
2024-06-17 23:37:01 +02:00
parent 69ead39b39
commit 97173fce29
2 changed files with 7 additions and 8 deletions

View File

@ -6,20 +6,19 @@ services:
image: git.autonomic.zone/autonomic-cooperative/nextload:latest
environment:
- "NAME=${STACK_NAME}"
# Payload stuff propably not needed as the local API is used?
- "PAYLOAD_URL"
- "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"
- "TOKEN_FILE=/run/secrets/token" # Probably vestigial
- "DRONE_URL" # Probably vestigial
- "REPOSITORY"
- "DRONE_URL"
secrets:
- mongo_password
- payload_secret
- token
- token # Probably vestigial
volumes:
- payload_uploads:/prod/dist/media
networks: