version: '3' services: web: build: . ports: - "7860:7860" depends_on: - ubuntu ubuntu: image: ubuntu:20.04 command: tail -f /dev/null tty: true