fix: fixes compose file

This commit is contained in:
vakabunga
2026-03-02 23:32:40 +03:00
parent b990149bc3
commit 792b4ca4ad

View File

@@ -1,15 +0,0 @@
services:
backend:
build: .
container_name: family-budget-backend
env_file:
- file.env
ports:
- "3000:3000"
restart: unless-stopped
networks:
- postgre_buget_default
networks:
postgre_buget_default:
external: true