version: "3.8" services: novalon-website: image: novalon-website:1.0.0 container_name: novalon-website restart: unless-stopped ports: - "80:80" - "443:443" volumes: - ./nginx-static.conf:/etc/nginx/nginx.conf:ro - ./ssl:/etc/nginx/ssl:ro