mirror of
https://github.com/mroxso/zelo-news.git
synced 2026-04-10 07:27:07 +02:00
10 lines
178 B
YAML
10 lines
178 B
YAML
services:
|
|
zelo:
|
|
build:
|
|
dockerfile: Dockerfile
|
|
container_name: zelo
|
|
restart: unless-stopped
|
|
ports:
|
|
- "8080:8080"
|
|
environment:
|
|
- TZ=Etc/UTC |