github actions

This commit is contained in:
Azaria
2026-02-19 18:14:18 +00:00
parent bba1530de1
commit ba577fc914
5 changed files with 125 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
services:
mimic:
build:
context: .
dockerfile: Dockerfile
container_name: mimic
restart: unless-stopped
volumes:
- ./.env:/app/.env:ro