Compare commits
1 Commits
renovate/p
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 48c6fe4304 |
10
compose.yml
10
compose.yml
@ -1,7 +1,7 @@
|
||||
---
|
||||
services:
|
||||
app:
|
||||
image: ghcr.io/nodebb/nodebb:latest
|
||||
image: ghcr.io/nodebb/nodebb:4.7.0
|
||||
environment:
|
||||
URL: "https://${DOMAIN}"
|
||||
volumes:
|
||||
@ -28,14 +28,14 @@ services:
|
||||
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
|
||||
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.0.0-0.0.0"
|
||||
- "coop-cloud.${STACK_NAME}.version=1.0.0+4.7.0"
|
||||
|
||||
postgres:
|
||||
image: postgres:18.1-alpine
|
||||
image: postgres:17.6-alpine
|
||||
environment:
|
||||
POSTGRES_USER: nextcloud
|
||||
POSTGRES_USER: nodebb
|
||||
POSTGRES_PASSWORD_FILE: /run/secrets/db_password
|
||||
POSTGRES_DB: nextcloud
|
||||
POSTGRES_DB: nodebb
|
||||
volumes:
|
||||
- postgres-data:/var/lib/postgresql/data
|
||||
networks:
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"url": "http://{{ env "DOMAIN" }}",
|
||||
"secret": "{{ secret "db_password" }}",
|
||||
"secret": "{{ secret "secret" }}",
|
||||
"database": "postgres",
|
||||
"port": "4567",
|
||||
"postgres": {
|
||||
|
||||
Reference in New Issue
Block a user