services: bludit: image: bludit/docker:latest container_name: bludit volumes: - /home/debian/bludit:/usr/share/nginx/html/bl-content - /home/debian/bludit/bludit-themes:/var/www/bludit/custom-plugins - /home/debian/bludit/bludit-plugins:/var/www/bludit/custom-themes ports: - 6759:80 environment: - TZ=Europe/Rome restart: unless-stopped networks: - npm-network networks: npm-network: name: npm-network external: true