Using new image
This commit is contained in:
parent
8c627e4ebe
commit
9342a3040f
1 changed files with 8 additions and 19 deletions
|
@ -13,29 +13,18 @@ services:
|
||||||
- PREFIX=yourPrefix
|
- PREFIX=yourPrefix
|
||||||
volumes:
|
volumes:
|
||||||
- /here/your/path/:/db
|
- /here/your/path/:/db
|
||||||
depends_on: # Remove theses two lines if you
|
networks: #
|
||||||
- lavalink # don't want to use the music.py cog
|
- default # Remove theses four lines if you
|
||||||
|
depends_on: # don't want to use the music.py cog
|
||||||
|
- lavalink #
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
# Use this if you want to use the cog music.py, otherwise delete this part
|
# Use this if you want to use the cog music.py, otherwise you can delete this part
|
||||||
lavalink:
|
lavalink:
|
||||||
image: fredboat/lavalink:master
|
image: registry.gitlab.com/confreriedukassoulait/lavalink:latest
|
||||||
container_name: KassouBot-Lavalink
|
container_name: KassouBot-Lavalink
|
||||||
environment:
|
|
||||||
- SERVER_PORT=2333
|
|
||||||
- SERVER_ADDRESS=localhost
|
|
||||||
- LAVALINK_SERVER_PASSWORD="youshallnotpass"
|
|
||||||
- LAVALINK_SERVER_WS_PORT=80
|
|
||||||
- LAVALINK_SERVER_WS_HOST="localhost"
|
|
||||||
- LAVALINK_SERVER_SOURCES_YOUTUBE=true
|
|
||||||
- LAVALINK_SERVER_SOURCES_BANDCAMP=true
|
|
||||||
- LAVALINK_SERVER_SOURCES_SOUNDCLOUD=true
|
|
||||||
- LAVALINK_SERVER_SOURCES_TWITCH=true
|
|
||||||
- LAVALINK_SERVER_SOURCES_VIMEO=true
|
|
||||||
- LAVALINK_SERVER_SOURCES_HTTP=true
|
|
||||||
- LAVALINK_SERVER_SOURCES_LOCAL=false
|
|
||||||
- LAVALINK_SERVER_BUFFER_DURATION_MS=400
|
|
||||||
- LAVALINK_SERVER_YOUTUBE_PLAYLIST_LOAD_LIMIT=600
|
|
||||||
ports:
|
ports:
|
||||||
- 2333:2333
|
- 2333:2333
|
||||||
|
networks:
|
||||||
|
- default
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Reference in a new issue