(cloud) Makes POS page work again

This commit is contained in:
2023-05-03 12:30:04 -07:00
parent 2845f21227
commit 2bb1da1636
5 changed files with 30 additions and 17 deletions

View File

@@ -36,6 +36,13 @@ services:
POSTGRES_DB: autoap
volumes:
- ./data/var/lib/postgresql/data:/var/lib/postgresql/data
solr:
image: solr
ports:
- "8983:8983"
command:
- solr-precreate
- gettingstarted
datomic-transactor:
depends_on:
- database