docs: 📝 Update docs

This commit is contained in:
Jesse Wierzbinski 2024-05-01 18:45:27 -10:00
parent 0baa9dd12d
commit 166048479e
No known key found for this signature in database
3 changed files with 20 additions and 45 deletions

View file

@ -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