Skip to content

Commit

Permalink
chore: readme and compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
scolastico committed Mar 29, 2024
1 parent 9b04215 commit a515465
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ If you use a specific api version, you can replace `latest` with the version you

The latest version of the client is also available as a zip file in the workflow section of this repository.

[![download latest gh actions artifacts](https://img.shields.io/badge/download-latest_gh_actions_artifacts-blue)](https://nightly.link/not-three/main/workflows/build/main?preview)
[![download latest gh actions artifacts](https://img.shields.io/badge/download-latest_gh_actions_artifacts-blue)](https://nightly.link/not-three/main/workflows/build/main)

## Development

Expand Down
1 change: 1 addition & 0 deletions docker-compose.swarm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ services:
environment:
DB_HOST: postgres
MAX_LENGTH: 1000000
STATUS_KEY: random-password
deploy:
replicas: 1
labels:
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ services:
# IP_HEADER: CF-Connecting-IP # default is X-Real-IP, can be set to 'false' to use the remote address
# MAX_NOTES_PER_HOUR: 200
# EXPIRERY: 2592000 # 30 days
# STATUS_KEY: something random to protect the status endpoint


volumes:
Expand Down

0 comments on commit a515465

Please sign in to comment.