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
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
0
0
4
container_name: aqua-api
5
# pass through db.sqlite
6
volumes:
···
8
ports:
9
- "3000:3000"
10
env_file:
11
+
- .env
0
0
0
0