update
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
JMARyA 2025-01-02 19:00:47 +01:00
parent 0f6e5f5b10
commit 8df8edeeca
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
15 changed files with 591 additions and 124 deletions

View file

@ -6,7 +6,12 @@ services:
volumes:
- ./websites:/websites
- ./favicon:/favicon
env_file: env
- ./config.toml:/config.toml
environment:
- "RUST_LOG=info"
- "ROCKET_ADDRESS=0.0.0.0"
- "DATABASE_URL=postgres://user:pass@postgres/webarc"
command: "webarc serve"
postgres:
# Any Postgres with support for pgvector