mirror of
https://github.com/StefBuwalda/cal_counter.git
synced 2025-10-30 03:10:00 +00:00
10 lines
161 B
YAML
10 lines
161 B
YAML
services:
|
|
app:
|
|
build: .
|
|
container_name: cal_counter
|
|
ports:
|
|
- "5000:80"
|
|
volumes:
|
|
- ./data:/app/instance
|
|
restart: unless-stopped
|