chore: adds docker files

This commit is contained in:
vakabunga
2026-03-02 23:22:40 +03:00
parent 6b6ce5cba1
commit b990149bc3
4 changed files with 69 additions and 17 deletions

View File

@@ -0,0 +1,15 @@
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