mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 06:49:29 -07:00
feat: update docker-compose.yaml
This commit is contained in:
parent
946d9c5e5a
commit
68b02c1435
1 changed files with 2 additions and 12 deletions
|
@ -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=
|
||||||
|
|
Loading…
Reference in a new issue