Mint backup: 2025-07-05 13:50:50
This commit is contained in:
parent
72953ce76f
commit
fb43ca2aa8
@ -40,3 +40,31 @@ CRM https://twenty.com/developers
|
||||
homarr migration verschlüsselung :
|
||||
bab4e82567296c29ed27756c5860739d0e2d2cbd186875806c212099d0ad271f
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:16-alpine
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=vfrbgtnhz654
|
||||
restart: always
|
||||
volumes:
|
||||
- pgdata:/var/lib/postgresql/data
|
||||
linkwarden:
|
||||
environment:
|
||||
- DATABASE_URL=postgresql://postgres:${POSTGRES_PASSWORD}@postgres:5432/postgres
|
||||
- NEXTAUTH_URL= http://localhost:3001/api/v1/auth
|
||||
- NEXTAUTH_SECRET=vfrbgtnhz654
|
||||
restart: always
|
||||
image: ghcr.io/linkwarden/linkwarden:latest
|
||||
ports:
|
||||
- 3001:3000
|
||||
volumes:
|
||||
- data:/data/data
|
||||
depends_on:
|
||||
- postgres
|
||||
volumes:
|
||||
pgdata:
|
||||
data:
|
Loading…
Reference in New Issue
Block a user