Update Dashboard_Containers/linkwarden/compose.yaml

This commit is contained in:
2026-02-07 02:17:32 +00:00
parent a2c649f859
commit aae6c1c151
@@ -1,6 +1,7 @@
services: services:
postgres: postgres:
image: postgres:16-alpine image: postgres:16-alpine
container_name: linkwarden-db
env_file: .env env_file: .env
restart: unless-stopped restart: unless-stopped
volumes: volumes:
@@ -11,6 +12,7 @@ services:
- DATABASE_URL=postgresql://postgres:${POSTGRES_PASSWORD}@postgres:5432/postgres - DATABASE_URL=postgresql://postgres:${POSTGRES_PASSWORD}@postgres:5432/postgres
restart: unless-stopped restart: unless-stopped
image: ghcr.io/linkwarden/linkwarden:latest image: ghcr.io/linkwarden/linkwarden:latest
container_name: linkwarden
ports: ports:
- 5017:3000 - 5017:3000
volumes: volumes: