Files
Alexandru-Victor Macocian 69fd4bfb62 Setup Robin base files
Setup base files for Robin monitoring service
2025-11-27 17:37:28 +01:00

12 lines
171 B
YAML

version: "3.8"
services:
app:
build:
context: .
dockerfile: Dockerfile
container_name: robin
env_file:
- .env
restart: unless-stopped