services: rubic-cube: build: context: . dockerfile: Dockerfile ports: - "8083:80" expose: - "80" restart: unless-stopped # volumes: # - ./nginx.conf:/etc/nginx/conf.d/default.conf:ro networks: npm_public: aliases: - rubic-cube rubic-net: networks: npm_public: external: true rubic-net: driver: bridge