mootfrost-dev/docker-compose.yml
2023-04-09 19:34:22 +03:00

10 lines
No EOL
211 B
YAML

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