diff --git a/Apps/2048-level/docker-compose.yml b/Apps/2048-level/docker-compose.yml new file mode 100644 index 000000000..ee147534e --- /dev/null +++ b/Apps/2048-level/docker-compose.yml @@ -0,0 +1,43 @@ +name: 2048-level +services: + 2048-game: + image: damarcreative/2048-level:1.0.0 + container_name: 2048-level + restart: unless-stopped + ports: + - target: 80 + published: ${WEBUI_PORT:-2048} + protocol: tcp + x-casaos: + ports: + - container: "80" + description: + en_us: Web UI Port + networks: + - default + +networks: + default: + driver: bridge + +x-casaos: + architectures: + - amd64 + - arm64 + - arm + main: 2048-game + author: "Damar Jati" + category: Games + description: + en_us: | + A modified version of 2048 with an added leveling system and a fresh layout. + Challenge yourself to reach higher milestones beyond the classic 2048! + developer: "Gabriele Cirulli" + icon: https://raw.githubusercontent.com/Damarcreative/2048-level/master/Apps/2048-level/icon.png + tagline: + en_us: 2048 with Leveling System - Can you reach the top? + thumbnail: https://raw.githubusercontent.com/Damarcreative/2048-level/master/Apps/2048-level/icon.png + title: + en_us: "2048 Level Edition" + index: / + port_map: ${WEBUI_PORT:-2048} diff --git a/Apps/2048-level/icon.png b/Apps/2048-level/icon.png new file mode 100644 index 000000000..cbbb19665 Binary files /dev/null and b/Apps/2048-level/icon.png differ diff --git a/Apps/2048-level/screenshot-1.png b/Apps/2048-level/screenshot-1.png new file mode 100644 index 000000000..b2ca3b727 Binary files /dev/null and b/Apps/2048-level/screenshot-1.png differ diff --git a/Apps/2048-level/screenshot-2.png b/Apps/2048-level/screenshot-2.png new file mode 100644 index 000000000..bf1de87cf Binary files /dev/null and b/Apps/2048-level/screenshot-2.png differ diff --git a/Apps/2048-level/screenshot-3.png b/Apps/2048-level/screenshot-3.png new file mode 100644 index 000000000..a4537c6aa Binary files /dev/null and b/Apps/2048-level/screenshot-3.png differ diff --git a/Apps/2048-level/thumbnail.png b/Apps/2048-level/thumbnail.png new file mode 100644 index 000000000..7d9078c18 Binary files /dev/null and b/Apps/2048-level/thumbnail.png differ