tangled
alpha
login
or
join now
nekomimi.pet
/
simplelink
0
fork
atom
A very performant and light (2mb in memory) link shortener and tracker. Written in Rust and React and uses Postgres/SQLite.
0
fork
atom
overview
issues
pulls
pipelines
Bump to v2.1
nekomimi.pet
1 year ago
ab3cc41f
7dd92878
+2
-2
2 changed files
expand all
collapse all
unified
split
README.md
docker-compose.yml
+1
-1
README.md
···
16
16
-e SIMPLELINK_USER=admin@example.com \
17
17
-e SIMPLELINK_PASS=your-secure-password \
18
18
-v simplelink_data:/data \
19
19
-
ghcr.io/waveringana/simplelink:v2
19
19
+
ghcr.io/waveringana/simplelink:v2.1
20
20
```
21
21
22
22
### Environment Variables
+1
-1
docker-compose.yml
···
19
19
- shortener-network
20
20
21
21
app:
22
22
-
image: ghcr.io/waveringana/simplelink:v2
22
22
+
image: ghcr.io/waveringana/simplelink:v2.1
23
23
container_name: shortener-app
24
24
ports:
25
25
- "8080:8080"