feat: сборка в контейнеры

This commit is contained in:
Artem Tsyrulnikov
2025-11-10 17:48:34 +03:00
parent 0bed5c266d
commit 3c430885fe
6 changed files with 66 additions and 2 deletions

View File

@@ -1,4 +1,16 @@
services:
backend:
build:
context: .
args:
GIT_COMMIT: ${GIT_COMMIT:-unknown}
env_file:
- .env
ports:
- "8000:8000"
depends_on:
- postgres
postgres:
image: postgres
environment: