Your music, beautifully tracked. All yours. (coming soon) teal.fm
teal-fm atproto

point the aqua-api service to the image

+2 -8
+2 -8
compose.yaml
··· 1 services: 2 aqua-api: 3 - build: 4 - context: . 5 - dockerfile: apps/aqua/Dockerfile 6 container_name: aqua-api 7 # pass through db.sqlite 8 volumes: ··· 10 ports: 11 - "3000:3000" 12 env_file: 13 - - .env 14 - 15 - volumes: 16 - postgres_data: 17 - redis_data:
··· 1 services: 2 aqua-api: 3 + image: ghcr.io/teal-fm/aqua:latest 4 container_name: aqua-api 5 # pass through db.sqlite 6 volumes: ··· 8 ports: 9 - "3000:3000" 10 env_file: 11 + - .env