mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
docs: 📝 Update docs
This commit is contained in:
parent
0baa9dd12d
commit
166048479e
3 changed files with 20 additions and 45 deletions
|
|
@ -1,15 +1,27 @@
|
|||
services:
|
||||
lysand:
|
||||
build: . # Automatic builds are currently broken, please build from source
|
||||
# image: ghcr.io/lysand-org/lysand:latest
|
||||
build: ghcr.io/lysand-org/lysand:main
|
||||
volumes:
|
||||
- ./logs:/app/dist/logs
|
||||
- ./config:/app/dist/config
|
||||
- ./uploads:/app/dist/uploads
|
||||
- ./glitch:/app/dist/glitch
|
||||
restart: unless-stopped
|
||||
container_name: lysand
|
||||
networks:
|
||||
- lysand-net
|
||||
depends-on:
|
||||
- db
|
||||
- redis
|
||||
- meilisearch
|
||||
- fe
|
||||
|
||||
fe:
|
||||
image: ghcr.io/lysand-org/lysand-fe:main
|
||||
container_name: lysand-fe
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- lysand-net
|
||||
|
||||
db:
|
||||
image: ghcr.io/lysand-org/postgres:main
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue