compose file added for good
This commit is contained in:
parent
2ae2a675af
commit
012d8cea05
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user