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
Next, you must decide if you would like authentication to be enabled. For production deployments, this is certainly recommended. However, if you just want to spin up DeepForge to "kick the tires", this is certainly not necessary.
12
+
13
+
Without User Accounts
14
+
---------------------
15
+
Open the docker-compose file and add the following environment variable to the server:
16
+
17
+
.. code-block:: bash
18
+
19
+
NODE_ENV=default
20
+
21
+
and delete the volume for the server's keys (used for signing JWTs):
After setting up DeepForge (with or without user accounts), it can be used by opening a browser to `http://localhost:8888 <http://localhost:8888>`_!
18
69
19
70
For detailed instructions about deployment installations, check out our `deployment installation instructions <../getting_started/configuration.rst>`_ An example of customizing a deployment using docker-compose can be found `here <https://github.com/deepforge-dev/deepforge/tree/master/.deployment>`_.
0 commit comments