services: glance: image: glanceapp/glance ports: - "8080:8080" volumes: - ./glance.yml:/app/glance.yml depends_on: - todo-glance todo-glance: build: . ports: - "8081:8081" volumes: - todo-data:/data environment: TODO_EXTERNAL_URL: "http://localhost:8081" volumes: todo-data: