feat: build docker images in CI

This commit is contained in:
Nick the Sick 2024-06-29 22:50:12 +02:00
parent c0b3a409dd
commit 5979f8321d
No known key found for this signature in database
GPG key ID: F575992F156E5BCC
6 changed files with 153 additions and 7 deletions

View file

@ -21,6 +21,7 @@ services:
- 3001:3001
volumes:
- backend-dbstore:/home/perplexica/data
- ./config.toml:/home/perplexica/config.toml
extra_hosts:
- 'host.docker.internal:host-gateway'
networks: