docker compose

Andriy Cherniy 2022-08-31 22:01:13 +03:00
parent 0faf709656
commit 26c7b7aebf
1 changed files with 9 additions and 0 deletions

9
docker-compose.yml Normal file
View File

@ -0,0 +1,9 @@
version: '2'
services:
backend:
build: .
restart: unless-stopped
ports:
- '9030:8080'
env_file:
- ./.env