chore: put compose file back

This commit is contained in:
Stevan Freeborn
2025-06-04 18:49:12 -05:00
parent 0a3963f47f
commit 6da43d1277
+2 -6
View File
@@ -20,7 +20,7 @@ services:
- DiscordClientOptions__Intents=${DISCORD_INTENTS} - DiscordClientOptions__Intents=${DISCORD_INTENTS}
- DiscordNotificationOptions__ChannelId=${DISCORD_NOTIFICATION_CHANNEL_ID} - DiscordNotificationOptions__ChannelId=${DISCORD_NOTIFICATION_CHANNEL_ID}
- DiscordNotificationOptions__MessageFormat="${DISCORD_NOTIFICATION_MESSAGE_FORMAT}" - DiscordNotificationOptions__MessageFormat="${DISCORD_NOTIFICATION_MESSAGE_FORMAT}"
- SeqOptions__ServerUrl=http://seq:5341 - SeqOptions__ServerUrl=${SEQ_SERVER_URL}
- SeqOptions__ApiKeyHeader=${SEQ_API_KEY_HEADER} - SeqOptions__ApiKeyHeader=${SEQ_API_KEY_HEADER}
- SeqOptions__ApiKey=${SEQ_WEBHOOK_API_KEY} - SeqOptions__ApiKey=${SEQ_WEBHOOK_API_KEY}
- DOTNET_ENVIRONMENT=Production - DOTNET_ENVIRONMENT=Production
@@ -34,11 +34,7 @@ services:
- DiscordClientOptions__ApiUrl=${DISCORD_API_URL} - DiscordClientOptions__ApiUrl=${DISCORD_API_URL}
- DiscordClientOptions__AppToken=${DISCORD_APP_TOKEN} - DiscordClientOptions__AppToken=${DISCORD_APP_TOKEN}
- DiscordClientOptions__Intents=${DISCORD_INTENTS} - DiscordClientOptions__Intents=${DISCORD_INTENTS}
- SeqOptions__ServerUrl=http://seq:5341 - SeqOptions__ServerUrl=${SEQ_SERVER_URL}
- SeqOptions__ApiKeyHeader=${SEQ_API_KEY_HEADER} - SeqOptions__ApiKeyHeader=${SEQ_API_KEY_HEADER}
- SeqOptions__ApiKey=${SEQ_WORKER_API_KEY} - SeqOptions__ApiKey=${SEQ_WORKER_API_KEY}
- DOTNET_ENVIRONMENT=Production - DOTNET_ENVIRONMENT=Production
networks:
seq_default:
external: true
name: seq_default