Update Dashboard_Containers/linkwarden/compose.yaml
This commit is contained in:
+2
@@ -1,6 +1,7 @@
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:16-alpine
|
||||
container_name: linkwarden-db
|
||||
env_file: .env
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
@@ -11,6 +12,7 @@ services:
|
||||
- DATABASE_URL=postgresql://postgres:${POSTGRES_PASSWORD}@postgres:5432/postgres
|
||||
restart: unless-stopped
|
||||
image: ghcr.io/linkwarden/linkwarden:latest
|
||||
container_name: linkwarden
|
||||
ports:
|
||||
- 5017:3000
|
||||
volumes:
|
||||
Reference in New Issue
Block a user