14 lines
286 B
YAML
14 lines
286 B
YAML
services:
|
|
year-progress:
|
|
platform: "linux/arm64/v8"
|
|
image: year-progress:latest
|
|
container_name: year-progress
|
|
restart: unless-stopped
|
|
build:
|
|
context: build
|
|
dockerfile: Dockerfile
|
|
ports:
|
|
- "1111:8080"
|
|
environment:
|
|
- TZ=Europe/London
|