mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 00:27:11 +00:00
fix: removed all occurrences of old domain
This commit is contained in:
@@ -15,7 +15,7 @@ Ensure you have the following installed on your system:
|
||||
#### Clone the project
|
||||
|
||||
```bash
|
||||
git clone git@gitlab.prodcontest.ru:team-15/project.git
|
||||
git clone git@gitlab.com:megazordpobeda/DataRush.git
|
||||
```
|
||||
|
||||
#### Go to the project directory
|
||||
@@ -79,7 +79,7 @@ uv run gunicorn config.wsgi
|
||||
### Clone the project
|
||||
|
||||
```bash
|
||||
git clone git@gitlab.prodcontest.ru:team-15/project.git
|
||||
git clone git@gitlab.com:megazordpobeda/DataRush.git
|
||||
```
|
||||
|
||||
### Go to the project directory
|
||||
@@ -119,7 +119,7 @@ Backend will be available on [127.0.0.1:8080](http://127.0.0.1:8080).
|
||||
### Clone the project
|
||||
|
||||
```bash
|
||||
git clone git@gitlab.prodcontest.ru:team-15/project.git
|
||||
git clone git@gitlab.com:megazordpobeda/DataRush.git
|
||||
```
|
||||
|
||||
### Go to the project directory
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Change all vars before going to production and remove all comments (!)
|
||||
# Below all environment variables and default values
|
||||
|
||||
DOCKER_IMAGE=gitlab.prodcontest.ru:5050/team-15/project/custom-python
|
||||
DOCKER_IMAGE=registry.gitlab.com/megazordpobeda/datarush/custom-python:latest
|
||||
|
||||
@@ -15,7 +15,7 @@ Ensure you have the following installed on your system:
|
||||
#### Clone the project
|
||||
|
||||
```bash
|
||||
git clone git@gitlab.prodcontest.ru:team-15/project.git
|
||||
git clone git@gitlab.com:megazordpobeda/DataRush.git
|
||||
```
|
||||
|
||||
#### Go to the project directory
|
||||
@@ -71,7 +71,7 @@ uv run gunicorn config.wsgi
|
||||
### Clone the project
|
||||
|
||||
```bash
|
||||
git clone git@gitlab.prodcontest.ru:team-15/project.git
|
||||
git clone git@gitlab.com:megazordpobeda/DataRush.git
|
||||
```
|
||||
|
||||
### Go to the project directory
|
||||
|
||||
@@ -8,5 +8,5 @@ BASE_DIR = Path(__file__).resolve().parent
|
||||
load_dotenv(BASE_DIR / ".env")
|
||||
|
||||
DOCKER_IMAGE = os.getenv(
|
||||
"DOCKER_IMAGE", default="gitlab.prodcontest.ru:5050/team-15/project/custom-python"
|
||||
"DOCKER_IMAGE", default="registry.gitlab.com/megazordpobeda/datarush/custom-python:latest"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user