You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should be able to reach your local dev instance via http://localhost:2000
123
-
124
-
### 7) start optional services
125
-
If you need any additional services (Gitea, Github ...), just run `docker-compose up -d`, or add it to the `docker-compose.yml` file, if it is missing.
126
-
=======
127
89
You should now be able to access your local development instance at http://localhost:2000
128
90
129
91
### 6) Start Additional Services (Optional)
@@ -132,7 +94,6 @@ If you need additional services (such as Gitea or GitHub integration), run the f
132
94
docker-compose up -d
133
95
```
134
96
If any services are missing, you can add them to the `docker-compose.yml` file.
135
-
>>>>>>> dev-setup
136
97
137
98
Nope. No extra database is required. All data is stored in the Kubernetes cluster.
0 commit comments