Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions Apps/2048-level/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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}
Binary file added Apps/2048-level/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/2048-level/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/2048-level/screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/2048-level/screenshot-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/2048-level/thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.