Template
1
0
Fork 0

Added back the proxy network

This commit is contained in:
Atridad Lahiji 2024-09-20 01:36:26 -06:00
parent 202c3067c8
commit 9ed4d594d1
Signed by: atridad
SSH key fingerprint: SHA256:LGomp8Opq0jz+7kbwNcdfTcuaLRb5Nh0k5AchDDb438

View file

@ -4,3 +4,10 @@ services:
command: ["/app"] command: ["/app"]
ports: ports:
- "3000:3000" - "3000:3000"
networks:
- proxy
networks:
proxy:
name: proxy
external: true