mootfrost-dev/docker-compose.yml
2023-04-29 11:53:30 +03:00

13 lines
308 B
YAML

version: "3.8"
services:
web:
image: git.mootfrost.dev/mootfrost777/mootfrost-dev:latest
container_name: mootfrost-dev_web
restart: always
build: .
labels:
- traefik.enable=true
- traefik.http.routers.mootfrost_dev.rule=Host(`mootfrost.dev`)
ports:
- "7632:7632"