fix: allow to use a custom Docker image version with docker-compose

This commit is contained in:
2025-12-04 15:45:38 +01:00
parent 15774d6063
commit 2efebdf2e0
2 changed files with 4 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ services:
# kittyfe:
# container_name: frontend
# image: gitea.7o7.cx/kittyteam/kittyfe:${KITTY_VERSION:-master-latest}
# image: gitea.7o7.cx/kittyteam/kittyfe:${FRONTEND_VERSION:-master-latest}
# env_file:
# - .env
# ports:
@@ -18,7 +18,7 @@ services:
kittybe:
container_name: backend
image: gitea.7o7.cx/kittyteam/kittybe:${KITTY_VERSION:-master-latest}
image: gitea.7o7.cx/kittyteam/kittybe:${BACKEND_VERSION:-master-latest}
env_file:
- .env
ports: