version: '3.7' services: todo-web: image: ${IMAGE_WEB} ports: - ${PORT_WEB}:80 networks: - network networks: network: name: ${NETWORK}