version: '3.8' services: server: build: context: . dockerfile: Dockerfile restart: always ports: - 8000:80 # expose to "8000"