Desafio Golang - Esquenta 3ª Maratona FullCycle Code Education / School Of Net Docker Hub gilsongabriel/desafio-golang-esquenta-maratona-fullcycle Porta web 8087 Docker Compose version: "3.8" services: app: image: gilsongabriel/desafio-golang-esquenta-maratona-fullcycle container_name: app_name ports: - 8087:8087 restart: always tty: true