tangled
alpha
login
or
join now
teal.fm
/
teal
110
fork
atom
Your music, beautifully tracked. All yours. (coming soon)
teal.fm
teal-fm
atproto
110
fork
atom
overview
issues
pulls
pipelines
point the aqua-api service to the image
natalie
1 year ago
910925e5
cf2acfc6
+2
-8
1 changed file
expand all
collapse all
unified
split
compose.yaml
+2
-8
compose.yaml
···
1
1
services:
2
2
aqua-api:
3
3
-
build:
4
4
-
context: .
5
5
-
dockerfile: apps/aqua/Dockerfile
3
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
13
-
- .env
14
14
-
15
15
-
volumes:
16
16
-
postgres_data:
17
17
-
redis_data:
11
11
+
- .env