keyoxide-web/docker-compose.yaml
2024-06-21 15:37:47 +02:00

34 lines
No EOL
997 B
YAML

version: '3'
# To make this example setup work with the proxy container,
# it is expected to use a reverse proxy like nginx, traefik, caddy, etc.
# instead of accessing the containers using their ports directly.
services:
keyoxide:
image: codeberg.org/keyoxide/keyoxide-web:latest
restart: unless-stopped
ports:
- 3000:3000
environment:
- DOMAIN=
## The onion URL to advertise in the HTTP response headers
# - ONION_URL=
## For ActivityPub verification
# - ACTIVITYPUB_URL=
# - ACTIVITYPUB_PUBLIC_KEY=
# - ACTIVITYPUB_PRIVATE_KEY=
## For IRC verification
# - IRC_NICK=
## For Telegram verification
# - TELEGRAM_TOKEN=
## For Twitter verification
# - TWITTER_BEARER_TOKEN=
## For Matrix verification
# - MATRIX_ROOM_ID=
# - MATRIX_INSTANCE=
# - MATRIX_ACCESS_TOKEN=
## For XMPP verification
# - XMPP_SERVICE=
# - XMPP_USERNAME=
# - XMPP_PASSWORD=