a love letter to tangled (android, iOS, and a search API)
19
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: shared image for go srv

+3 -6
+3 -6
docker-compose.prod.yaml
··· 21 21 - "5432" 22 22 23 23 migrate: 24 - build: 25 - context: ./packages/api 26 - dockerfile: Dockerfile 24 + image: ${TWISTER_IMAGE:-twisted-api:latest} 27 25 command: ["twister", "migrate"] 28 26 restart: "no" 29 27 environment: ··· 35 33 condition: service_healthy 36 34 37 35 api: 36 + image: ${TWISTER_IMAGE:-twisted-api:latest} 38 37 build: 39 38 context: ./packages/api 40 39 dockerfile: Dockerfile ··· 63 62 - "8080" 64 63 65 64 indexer: 66 - build: 67 - context: ./packages/api 68 - dockerfile: Dockerfile 65 + image: ${TWISTER_IMAGE:-twisted-api:latest} 69 66 command: ["twister", "indexer"] 70 67 restart: unless-stopped 71 68 environment: