fix: update Docker registry url to match new container naming scheme
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
# kittyurl docker compose config
|
||||
#
|
||||
# Tip: Please do not change values listed here. Instead, modify your .env file.
|
||||
#
|
||||
|
||||
name: kittyurl
|
||||
services:
|
||||
|
||||
# kittyfe:
|
||||
# container_name: frontend
|
||||
# image: gitea.7o7.cx/kittyteam/kittyfe:${FRONTEND_VERSION:-master-latest}
|
||||
# image: gitea.7o7.cx/kittyteam/kittyfe:${FRONTEND_VERSION:-latest}
|
||||
# env_file:
|
||||
# - .env
|
||||
# ports:
|
||||
@@ -18,7 +19,7 @@ services:
|
||||
|
||||
kittybe:
|
||||
container_name: backend
|
||||
image: gitea.7o7.cx/kittyteam/kittybe:${BACKEND_VERSION:-master-latest}
|
||||
image: gitea.7o7.cx/kittyteam/kittybe:${BACKEND_VERSION:-latest}
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user