Update
Some checks failed
CI/CD Pipeline / lint (push) Failing after 18s
CI/CD Pipeline / deploy (push) Failing after 1m23s

This commit is contained in:
sotos
2025-12-17 11:13:38 +01:00
parent fa8afa87e5
commit a975f69891
2 changed files with 2 additions and 3 deletions

View File

@@ -3,8 +3,7 @@
gitea_user: smartika gitea_user: smartika
gitea_token: "idNu783r4ub7ZXi" gitea_token: "idNu783r4ub7ZXi"
snake_image: dns.s-martika.com/smartika/snake-game snake_image: dns.s-martika.com/smartika/snake-game:2.0
app_dir: /opt/docker/snake app_dir: /opt/docker/snake
snake_tag: "1.0"
snake_container_name: snake-game snake_container_name: snake-game
snake_port: 8080 snake_port: 8080

View File

@@ -2,7 +2,7 @@
version: "3.8" version: "3.8"
services: services:
snake: snake:
image: dns.s-martika.com/smartika/snake-game:1.0 image: dns.s-martika.com/smartika/snake-game:2.0
container_name: snake-game777 container_name: snake-game777
restart: unless-stopped restart: unless-stopped
ports: ports: