blk/docker-compose.yaml

10 lines
155 B
YAML
Raw Permalink Normal View History

2024-08-11 01:51:18 +00:00
services:
blk:
container_name: blk
build:
context: .
dockerfile: ./Dockerfile
env_file:
- .env
ports:
- 8085:8085