Admin UI abtrennen + google settings in gui + UI enhancement
This commit is contained in:
@@ -42,6 +42,7 @@ services:
|
||||
depends_on:
|
||||
- postgres
|
||||
- redis
|
||||
command: ["sh", "-c", "npm run prisma:generate && npm run dev"]
|
||||
ports:
|
||||
- "${API_PORT:-8000}:${API_PORT:-8000}"
|
||||
volumes:
|
||||
@@ -71,7 +72,7 @@ services:
|
||||
depends_on:
|
||||
- postgres
|
||||
- redis
|
||||
command: ["npm", "run", "worker:dev"]
|
||||
command: ["sh", "-c", "npm run prisma:generate && npm run worker:dev"]
|
||||
volumes:
|
||||
- ./backend:/app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user