services: todo-web: depends_on: - todo-db todo-db: image: ${IMAGE_DB} networks: - network volumes: - todo-db:${PGDATA} volumes: todo-db: