diff options
author | Parker <contact@pkrm.dev> | 2024-08-02 21:37:00 -0500 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-08-02 21:37:00 -0500 |
commit | 9e1729aa290501e5a3da546455fe68e8c13ce212 (patch) | |
tree | 49d1c9f92a7493129b923455b768c6ab96048693 /docker-compose.yaml | |
parent | 1bffa26776f6c80e2f2513d236f78ce9b7eea39f (diff) |
Change config validation - make more stuff optional
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r-- | docker-compose.yaml | 16 |
1 files changed, 2 insertions, 14 deletions
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 |