This commit is contained in:
Atridad Lahiji 2024-09-17 01:06:46 -06:00
parent 6115237f98
commit 6e32ee5573
Signed by: atridad
SSH key fingerprint: SHA256:LGomp8Opq0jz+7kbwNcdfTcuaLRb5Nh0k5AchDDb438

View file

@ -1,5 +1,3 @@
version: "3"
services:
app:
build:
@ -10,3 +8,10 @@ services:
pull_policy: build
ports:
- "3000:3000"
networks:
- proxy
networks:
proxy_default:
name: proxy
external: true