version: '3.8' services: url_shortener: image: url_shortener build: context: . container_name: url_shortener ports: - 8000:8000