This commit is contained in:
2024-09-17 01:06:46 -06:00
parent 6115237f98
commit 6e32ee5573

View File

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