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
Copy file name to clipboardExpand all lines: README.md
+52-1Lines changed: 52 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,58 @@ While it is possible to configure a custom database and compile SEOnaut manually
17
17
18
18
### Quick Start Guide
19
19
20
-
To get started with SEOnaut, follow these steps to run it using Docker:
20
+
#### Using docker compose
21
+
22
+
Using docker is the recommended way of running SEOnaut. As you need to provide a database, you can use `docker compose` to do so creating a `docker-compose.yml` file like this:
Copy file name to clipboardExpand all lines: docs/INSTALL.md
+58-1Lines changed: 58 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,64 @@ Before installing SEOnaut, ensure the following are installed on your system:
17
17
18
18
## Installation Options
19
19
20
-
### Using Docker
20
+
### Using docker compose
21
+
22
+
Using docker is the recommended way of running SEOnaut. As you need to provide a database, you can use `docker compose` to do so creating a `docker-compose.yml` file like this:
This will pull the latest SEOnaut image and run it with the default settings. You can overwrite the default settings using environment variables if needed.
68
+
69
+
### Getting latest docker image
70
+
71
+
In case you want to pull the latest image to use it in a different setting, you can pull it from the registry:
0 commit comments