--- - name: Create docker network 'proxy' community.docker.docker_network: name: proxy - name: Create Chatpad Container community.docker.docker_container: name: chatpad image: 'ghcr.io/deiucanta/chatpad:latest' pull: yes state: started restart_policy: unless-stopped ports: - '11005:80' networks: - name: proxy