diff --git a/apps/cup/3.4.0/docker-compose.yml b/apps/cup/3.4.0/docker-compose.yml deleted file mode 100644 index 5a4a520..0000000 --- a/apps/cup/3.4.0/docker-compose.yml +++ /dev/null @@ -1,17 +0,0 @@ -services: - cup: - image: ghcr.io/sergi0g/cup:v3.4.0 - container_name: ${CONTAINER_NAME} - restart: unless-stopped - ports: - - ${PANEL_APP_PORT_HTTP}:8000 - volumes: - - /var/run/docker.sock:/var/run/docker.sock - networks: - - 1panel-network - labels: - createdBy: Apps - command: serve -networks: - 1panel-network: - external: true diff --git a/apps/cup/3.4.0/data.yml b/apps/cup/v3.4.2/data.yml similarity index 100% rename from apps/cup/3.4.0/data.yml rename to apps/cup/v3.4.2/data.yml diff --git a/apps/cup/v3.4.2/docker-compose.yml b/apps/cup/v3.4.2/docker-compose.yml new file mode 100644 index 0000000..d13c535 --- /dev/null +++ b/apps/cup/v3.4.2/docker-compose.yml @@ -0,0 +1,17 @@ +services: + cup: + image: ghcr.io/sergi0g/cup:v3.4.2 + container_name: ${CONTAINER_NAME} + restart: unless-stopped + ports: + - ${PANEL_APP_PORT_HTTP}:8000 + volumes: + - /var/run/docker.sock:/var/run/docker.sock + networks: + - 1panel-network + labels: + createdBy: Apps + command: serve +networks: + 1panel-network: + external: true