From 9e1729aa290501e5a3da546455fe68e8c13ce212 Mon Sep 17 00:00:00 2001 From: Parker Date: Fri, 2 Aug 2024 21:37:00 -0500 Subject: Change config validation - make more stuff optional --- docker-compose.yaml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'docker-compose.yaml') diff --git a/docker-compose.yaml b/docker-compose.yaml index 69953c1..8e349e8 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -2,18 +2,6 @@ services: guava: container_name: guava image: ghcr.io/packetparker/guava:latest - environment: - - TOKEN= - - BOT_COLOR= - - BOT_INVITE_LINK= - - FEEDBACK_CHANNEL_ID= - - BUG_CHANNEL_ID= - - SPOTIFY_CLIENT_ID= - - SPOTIFY_CLIENT_SECRET= - - OPENAI_API_KEY= - - LAVALINK_HOST= - - LAVALINK_PORT= - - LAVALINK_PASSWORD= volumes: - - /path/on/system:/data - restart: on-failure \ No newline at end of file + - /path/on/system:/config + - /path/on/system:/data \ No newline at end of file -- cgit v1.2.3-70-g09d2