mootfrost-dev/docker-compose.yml

10 lines
No EOL
211 B
YAML

version: "3.8"
services:
mootfrost-dev_backend:
image: registry.mootfrost.ru/mootfrost-dev/backend
container_name: mootfrost-dev_backend
restart: always
build: .
ports:
- "7632:7632"