mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
13 lines
243 B
YAML
13 lines
243 B
YAML
services:
|
|
haci:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
container_name: haci
|
|
environment:
|
|
- RUST_LOG=info
|
|
ports:
|
|
- "8080:8080"
|
|
volumes:
|
|
- ./static:/app/static:ro
|
|
restart: unless-stopped
|