updates readme

This commit is contained in:
Christian Beutel
2024-03-14 15:07:50 +01:00
parent d33cd26b99
commit eeac6cadc1
8 changed files with 145 additions and 14 deletions

View File

@@ -22,6 +22,9 @@ services:
db:
container_name: wanderer-db
build: ./db
depends_on:
search:
condition: service_healthy
environment:
<<: *cenv
ports:
@@ -34,6 +37,9 @@ services:
web:
container_name: wanderer-web
build: ./web
depends_on:
db:
condition: service_healthy
environment:
<<: *cenv
ORIGIN: http://localhost:3000