services: snek: build: . restart: always ports: - "8081:8081" volumes: - ./:/code entrypoint: ["python","-m","snek.app"]