add custom network
This commit is contained in:
parent
2652787642
commit
f98ed172c1
1 changed files with 5 additions and 2 deletions
|
@ -14,7 +14,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /here/your/path/:/opt/db
|
- /here/your/path/:/opt/db
|
||||||
networks:
|
networks:
|
||||||
- default
|
- kassoubot-network
|
||||||
depends_on:
|
depends_on:
|
||||||
- lavalink
|
- lavalink
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -25,5 +25,8 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 2333:2333
|
- 2333:2333
|
||||||
networks:
|
networks:
|
||||||
- default
|
- kassoubot-network
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
networks:
|
||||||
|
kassoubot-network:
|
||||||
|
name: kassoubot-network
|
||||||
|
|
Reference in a new issue