add Dockerfile

This commit is contained in:
Denis 2026-03-31 18:42:20 +03:00
parent be105d4e5b
commit 55133af49d

View File

@ -1,10 +1,12 @@
services: services:
app: master-back:
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
container_name: backend-app container_name: backend-app
restart: unless-stopped restart: unless-stopped
extra_hosts:
- "host.docker.internal:host-gateway"
env_file: env_file:
- .env - .env
ports: ports: