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