feat: update docker-compose.yaml

This commit is contained in:
Yarmo Mackenbach 2024-06-21 15:37:47 +02:00
parent 946d9c5e5a
commit 68b02c1435
No known key found for this signature in database
GPG key ID: C248C28D432560ED

View file

@ -6,27 +6,17 @@ version: '3'
services: services:
keyoxide: keyoxide:
image: keyoxide/keyoxide:latest image: codeberg.org/keyoxide/keyoxide-web:latest
restart: unless-stopped restart: unless-stopped
ports: ports:
- 3000:3000 - 3000:3000
environment: environment:
- DOMAIN= - DOMAIN=
## The hostname to reach the doip_proxy container below
# - PROXY_HOSTNAME=
## The onion URL to advertise in the HTTP response headers ## The onion URL to advertise in the HTTP response headers
# - ONION_URL= # - ONION_URL=
## The key to sign ActivityPub requests
# - ACTIVITYPUB_PUBLIC_KEY=
doip_proxy:
image: keyoxide/doip-proxy:latest
restart: unless-stopped
ports:
- 3001:3000
# environment:
## For ActivityPub verification ## For ActivityPub verification
# - ACTIVITYPUB_URL= # - ACTIVITYPUB_URL=
# - ACTIVITYPUB_PUBLIC_KEY=
# - ACTIVITYPUB_PRIVATE_KEY= # - ACTIVITYPUB_PRIVATE_KEY=
## For IRC verification ## For IRC verification
# - IRC_NICK= # - IRC_NICK=