mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2026-05-04 19:29:51 +02:00
Compare commits
1 Commits
d58e0252b0
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 6e02b093e5 |
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
NEXTAUTH_URL=https://linkwarden.sectorq.eu/api/v1/auth
|
NEXTAUTH_URL=https://linkwarden.sectorq.eu/api/v1/auth
|
||||||
NEXTAUTH_SECRET=l4c1j4yd33Du5lo
|
NEXTAUTH_SECRET=l4c1j4yd33Du5lo
|
||||||
|
DOCKER_REGISTRY=r.sectorq.eu/library/
|
||||||
# Manual installation database settings
|
# Manual installation database settings
|
||||||
# Example: DATABASE_URL=postgresql://user:password@localhost:5432/linkwarden
|
# Example: DATABASE_URL=postgresql://user:password@localhost:5432/linkwarden
|
||||||
DATABASE_URL=
|
DATABASE_URL=
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:16-alpine
|
image: ${DOCKER_REGISTRY:-}postgres:16-alpine
|
||||||
env_file: .env
|
env_file: .env
|
||||||
|
|
||||||
restart: always
|
restart: always
|
||||||
@@ -12,7 +12,7 @@ services:
|
|||||||
- DATABASE_URL=postgresql://postgres:${POSTGRES_PASSWORD}@postgres:5432/postgres
|
- DATABASE_URL=postgresql://postgres:${POSTGRES_PASSWORD}@postgres:5432/postgres
|
||||||
restart: always
|
restart: always
|
||||||
# build: . # uncomment to build from source
|
# build: . # uncomment to build from source
|
||||||
image: ghcr.io/linkwarden/linkwarden:latest # comment to build from source
|
image: ${DOCKER_REGISTRY:-}ghcr.io/linkwarden/linkwarden:latest # comment to build from source
|
||||||
ports:
|
ports:
|
||||||
- 3011:3000
|
- 3011:3000
|
||||||
volumes:
|
volumes:
|
||||||
@@ -36,7 +36,7 @@ services:
|
|||||||
wud.watch: true
|
wud.watch: true
|
||||||
wud.watch.digest: true
|
wud.watch.digest: true
|
||||||
meilisearch:
|
meilisearch:
|
||||||
image: getmeili/meilisearch:v1.12.8
|
image: ${DOCKER_REGISTRY:-}getmeili/meilisearch:v1.12.8
|
||||||
restart: always
|
restart: always
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
|||||||
Reference in New Issue
Block a user