Files
homelab/homepage/compose.yaml
T
2025-11-26 00:01:43 +01:00

15 lines
261 B
YAML

services:
landing:
build: .
container_name: mrforust_landing
ports:
- "8085:80"
restart: unless-stopped
volumes:
- ./files:/usr/share/nginx/html
networks:
- traefik-proxy
networks:
traefik-proxy:
external: true