homepage/docker-compose.yml

9 lines
149 B
YAML
Raw Normal View History

2024-01-31 15:11:45 +01:00
services:
site:
image: ahurac-homepage:latest
build:
context: .
restart: unless-stopped
ports:
- "${AHURAC_PORT}:4321"