diff options
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r-- | docker-compose.yaml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml new file mode 100644 index 0000000..69953c1 --- /dev/null +++ b/docker-compose.yaml @@ -0,0 +1,19 @@ +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 |