version: '3.8' services: godoos: build: context: . dockerfile: Dockerfile image: godoos/godoos:latest ports: - "56780:56780" command: ["/godoos"]