Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit d1caae8

Browse files
committed
update eliza template
1 parent fce0bdd commit d1caae8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/utils/constants.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ services:
5555
volumes:
5656
- postgres-data:/var/lib/postgresql/data:rw
5757
ports:
58-
- "127.0.0.1:5432:5432"
58+
- '127.0.0.1:5432:5432'
5959
healthcheck:
60-
test: ["CMD-SHELL", "pg_isready -U \${POSTGRES_USER} -d \${POSTGRES_DB}"]
60+
test: ['CMD-SHELL', 'pg_isready -U \$\${POSTGRES_USER} -d \$\${POSTGRES_DB}']
6161
interval: 5s
6262
timeout: 5s
6363
retries: 5
@@ -73,7 +73,8 @@ services:
7373
{{#each envVars}} - {{{this}}}
7474
{{/each}}
7575
ports:
76-
- "3000:3000"
76+
- '3000:3000'
77+
- '50000-50100:50000-50100/udp'
7778
depends_on:
7879
postgres:
7980
condition: service_healthy

0 commit comments

Comments
 (0)