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