tangled
alpha
login
or
join now
baileytownsend.dev
/
npmx-likes-leaderboard
3
fork
atom
this repo has no description
3
fork
atom
overview
issues
pulls
pipelines
should be working now
baileytownsend.dev
1 month ago
a239b3fe
e48569b4
+9
-1
1 changed file
expand all
collapse all
unified
split
docker-compose.yml
+9
-1
docker-compose.yml
···
5
5
- "3000:3000"
6
6
env_file:
7
7
- .env
8
8
+
environment:
9
9
+
HOST: 0.0.0.0
8
10
volumes:
9
11
- ./data:/app/data
10
12
restart: unless-stopped
11
13
networks:
12
14
- default
15
15
+
healthcheck:
16
16
+
test: ["CMD", "node", "-e", "fetch('http://localhost:3000/').then(() => process.exit(0)).catch(() => process.exit(1))"]
17
17
+
interval: 5s
18
18
+
timeout: 3s
19
19
+
retries: 5
13
20
tap:
14
21
image: ghcr.io/bluesky-social/indigo/tap:latest
15
22
platform: linux/amd64
16
23
depends_on:
17
17
-
- app
24
24
+
app:
25
25
+
condition: service_healthy
18
26
env_file:
19
27
- .env
20
28
environment: