services: dasig-static: container_name: ${CONTAINER_NAME} image: localhost/${CONTAINER_NAME}:latest restart: unless-stopped build: context: . dockerfile: Dockerfile ports: - ${PORT}:4321