Skip to content

Commit

Permalink
Merge pull request #2 from joergmschulz/patch-1
Browse files Browse the repository at this point in the history
Update compose.yml
  • Loading branch information
tiredofit authored Dec 4, 2024
2 parents 28c9ff8 + e756fe9 commit bed965e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions examples/compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

wb-nextcloud-example-com:
image: tiredofit/nextcloud-whiteboard
container_name: wb-nextcloud-example-com
labels:
- traefik.enable=true
- traefik.http.routers.wb-nextcloud-example-com.rule=Host(`wb.your.domain`)
- traefik.http.services.wb-nextcloud-example-com.loadbalancer.server.port=3002
environment:
- TIMEZONE=Europe/Berlin # adjust
- CONTAINER_NAME=nextcloud-whiteboard
- CONTAINER_ENABLE_LOGSHIPPING=FALSE
- CONTAINER_ENABLE_MONITORING=FALSE
- NEXTCLOUD_URL=https://nextcloud.your.domain
- JWT_SECRET_KEY=${WHITEBOARD_JWT_SECRET_KEY_T}
# alternatively redis - for large environments behind loadbalancers
- STORAGE_STRATEGY=lru
networks:
services:
ipv4_address: ${WHITEBOARD_IP_T}
traefik:
ipv4_address: ${WHITEBOARD_TRAEFIK_IP_T}

0 comments on commit bed965e

Please sign in to comment.