We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2f9065 commit 5030304Copy full SHA for 5030304
docker-compose.yml
@@ -17,8 +17,8 @@ services:
17
context: .
18
dockerfile: packages/server/Dockerfile
19
args:
20
- DATABASE_URL: ${DATABASE_URL:-postgresql://user:password@postgres:5432/thoughtswap}
21
- PORT: ${SERVER_PORT:-3001}
+ DATABASE_URL: ${DATABASE_URL:-postgresql://user:password@postgres:5432/thoughtswap}
+ PORT: ${SERVER_PORT:-3001}
22
restart: always
23
command: sh -c "npx prisma migrate deploy && npm start"
24
ports:
0 commit comments