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

View File

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