chore(deps): update louislam/dockge docker tag to v1.2.0 (#1690)

This commit is contained in:
renovate[bot] 2023-11-26 13:38:53 +00:00 committed by GitHub
parent 08c4af4b9e
commit 2506470ffc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 20 deletions

View File

@ -1,20 +1,22 @@
{
"$schema": "../schema.json",
"name": "Dockge",
"port": 8768,
"available": true,
"exposable": true,
"id": "dockge",
"tipi_version": 1,
"version": "1.1.1",
"categories": [
"utilities"
],
"description": "A fancy, easy-to-use and reactive self-hosted docker compose.yaml stack-oriented manager.",
"short_desc": "Docker compose.yaml stack-oriented manager.",
"author": "Louis Lam",
"source": "https://github.com/louislam/dockge",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"]
}
"$schema": "../schema.json",
"name": "Dockge",
"port": 8768,
"available": true,
"exposable": true,
"id": "dockge",
"tipi_version": 2,
"version": "1.2.0",
"categories": [
"utilities"
],
"description": "A fancy, easy-to-use and reactive self-hosted docker compose.yaml stack-oriented manager.",
"short_desc": "Docker compose.yaml stack-oriented manager.",
"author": "Louis Lam",
"source": "https://github.com/louislam/dockge",
"form_fields": [],
"supported_architectures": [
"arm64",
"amd64"
]
}

View File

@ -1,7 +1,7 @@
version: "3.8"
services:
dockge:
image: louislam/dockge:1.1.1
image: louislam/dockge:1.2.0
container_name: dockge
restart: unless-stopped
ports: