compose file added for good

This commit is contained in:
Myk 2025-08-03 02:23:11 +03:00
parent 2ae2a675af
commit 012d8cea05

13
docker-compose.yml Normal file
View File

@ -0,0 +1,13 @@
services:
kilohertz:
build:
context: .
dockerfile: Dockerfile
container_name: hertz
restart: unless-stopped
# environment:
# Add your environment variables here
# EXAMPLE_ENV: "value"
# volumes:
# Mount source code if needed (optional)
# - ./app:/app