homepage/docker-compose.yml

11 lines
193 B
YAML
Raw Permalink Normal View History

2024-01-31 15:11:45 +01:00
services:
site:
image: ahurac-homepage:latest
build:
context: .
args:
- ASTRO_TELEMETRY_DISABLED=1
2024-01-31 15:11:45 +01:00
restart: unless-stopped
ports:
- "[::1]:49152:80"