build(dev): Add proxy target to dev compose file

This commit is contained in:
Maksim Eltyshev
2026-03-22 22:57:48 +01:00
parent 105b37ef57
commit 4ea0322dc4
+2
View File
@@ -111,6 +111,8 @@ services:
- ./client:/app - ./client:/app
ports: ports:
- 3000:3000 - 3000:3000
environment:
- PROXY_TARGET=http://planka-server:1337
postgres: postgres:
image: postgres:16-alpine image: postgres:16-alpine