(cloud) Makes POS page work again
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user