felipe volpato
Results
1
comments of
felipe volpato
We manage to work: **docker-compose.yml** ` worker: platform: linux/amd64 environment: - DOCKER_DEFAULT_PLATFORM=linux/amd64 build: args: TARGETPLATFORM: linux/amd64 TARGETARCH: amd64 context: ./worker depends_on: redis: condition: service_healthy db: condition: service_healthy networks: - back-tier...