feat: Adds shlink web client.

This commit is contained in:
2025-03-20 17:12:41 -04:00
parent 62923b91cb
commit 9e155efd49
2 changed files with 15 additions and 7 deletions

View File

@@ -15,6 +15,19 @@ services:
security_opt:
- no-new-privileges:true
shlink_web:
image: docker.io/shlinkio/shlink-web-client:latest
container_name: shlink_web
environment:
SHLINK_SERVER_URL: "https://${DEFAULT_DOMAIN}"
SHLINK_SERVER_API_KEY: ${API_KEY}
ports:
- ${SHLINK_WEB_PORT}:8080
networks:
- proxy
security_opt:
- no-new-privileges:true
shlink_postgres:
image: docker.io/postgres:17-alpine
container_name: shlink_postgres