updated docker compose file to use the image from github packages.
This commit is contained in:
parent
66c1c582f5
commit
420d9efb7e
|
@ -8,11 +8,10 @@ services:
|
|||
- ./pgdata:/var/lib/postgresql/data
|
||||
linkwarden:
|
||||
env_file: .env
|
||||
platform: linux/x86_64
|
||||
environment:
|
||||
- DATABASE_URL=postgresql://postgres:${POSTGRES_PASSWORD}@postgres:5432/postgres
|
||||
restart: always
|
||||
build: .
|
||||
image: ghcr.io/linkwarden/linkwarden:latest
|
||||
ports:
|
||||
- 3000:3000
|
||||
volumes:
|
||||
|
|
Ŝarĝante…
Reference in New Issue