services: terminal: image: wettyoss/wetty container_name: wetty ports: - 3004:3000 environment: - SSHHOST=172.17.0.1 - SSHPORT=22 - SSHUSER=root restart: unless-stopped