mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
fix: 📝 Update docker-compose file
This commit is contained in:
parent
99f14ba114
commit
641e712272
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
lysand:
|
lysand:
|
||||||
build: ghcr.io/lysand-org/lysand:latest
|
image: ghcr.io/lysand-org/lysand:latest
|
||||||
volumes:
|
volumes:
|
||||||
- ./logs:/app/dist/logs
|
- ./logs:/app/dist/logs
|
||||||
- ./config:/app/dist/config
|
- ./config:/app/dist/config
|
||||||
|
|
@ -8,6 +8,7 @@ services:
|
||||||
- ./glitch:/app/dist/glitch
|
- ./glitch:/app/dist/glitch
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: lysand
|
container_name: lysand
|
||||||
|
command: "cli start --all-threads"
|
||||||
networks:
|
networks:
|
||||||
- lysand-net
|
- lysand-net
|
||||||
depends-on:
|
depends-on:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue