diff options
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 |