We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a85684e commit bd9d2e0Copy full SHA for bd9d2e0
1 file changed
docker-compose.local.yml
@@ -73,6 +73,9 @@ services:
73
- .env.local
74
environment:
75
NODE_ENV: development
76
+ ports:
77
+ - "4321:4321"
78
+ - "3000:3000"
79
depends_on:
80
postgres:
81
condition: service_healthy
0 commit comments