mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2026-05-04 15:39:50 +02:00
build
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:16-alpine
|
||||
image: ${DOCKER_REGISTRY:-}postgres:16-alpine
|
||||
env_file: .env
|
||||
|
||||
restart: always
|
||||
@@ -12,7 +12,7 @@ services:
|
||||
- DATABASE_URL=postgresql://postgres:${POSTGRES_PASSWORD}@postgres:5432/postgres
|
||||
restart: always
|
||||
# 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:
|
||||
- 3011:3000
|
||||
volumes:
|
||||
@@ -36,7 +36,7 @@ services:
|
||||
wud.watch: true
|
||||
wud.watch.digest: true
|
||||
meilisearch:
|
||||
image: getmeili/meilisearch:v1.12.8
|
||||
image: ${DOCKER_REGISTRY:-}getmeili/meilisearch:v1.12.8
|
||||
restart: always
|
||||
env_file:
|
||||
- .env
|
||||
|
||||
Reference in New Issue
Block a user