Skip to content

Commit

Permalink
Nextcloud with Let's Encrypt Using Docker Compose
Browse files Browse the repository at this point in the history
  • Loading branch information
heyvaldemar authored Sep 24, 2024
1 parent 94940cc commit 6136ec8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ TRAEFIK_HOSTNAME=traefik.nextcloud.heyvaldemar.net
TRAEFIK_BASIC_AUTH=traefikadmin:$$2y$$10$$sMzJfirKC75x/hVpiINeZOiSm.Jkity9cn4KwNkRvO7hSQVFc5FLO

# Nextcloud Variables
NEXTCLOUD_POSTGRES_IMAGE_TAG=postgres:13
NEXTCLOUD_REDIS_IMAGE_TAG=redis:7.0
NEXTCLOUD_IMAGE_TAG=nextcloud:27
NEXTCLOUD_POSTGRES_IMAGE_TAG=postgres:16
NEXTCLOUD_REDIS_IMAGE_TAG=redis:7.2
NEXTCLOUD_IMAGE_TAG=nextcloud:29
NEXTCLOUD_REDIS_PASSWORD=FuWE1YCAik2gJwvPRvWA
NEXTCLOUD_DB_NAME=nextclouddb
NEXTCLOUD_DB_USER=nextclouddbuser
Expand Down

0 comments on commit 6136ec8

Please sign in to comment.