Skip to content

Commit

Permalink
v.1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jatitoam committed Apr 21, 2023
1 parent 980d482 commit 271142d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,13 @@ You can also specify your own MongoDB server for storing analytics. MongoDB 6.x
* DBHOST
* DBPORT
* DBNAME
* You can choose to change the HTTP_PORT variable (default 80), which is the port that your 1st party server will listen to.
* You can choose to change the HTTP_PORT variable (default 80). Please keep in mind that this port is the one inside the container, so it's a beter idea if you don't change it.
1. Clone the `.env.dist` file into `.env` and customize.
* You can customize your ports:
* HTTP_PORT: published port of the server. If you want your server to listen to a different port, this is the configuration that you need to change.
* MONGO_PORT: published port for MongoDB
* You can customize your DB settings (they need to be the same as in the `aesirx-1stparty.env` file).
* MONGO_INITDB_ROOT_USERNAME
* MONGO_INITDB_ROOT_PASSWORD
* MONGO_INITDB_DATABASE
1. Execute `docker compose up -d` to run the full setup, including the MongoDB server.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
- backend

aesirx-analytics:
image: aesirxio/analytics-1stparty:develop
image: aesirxio/analytics-1stparty:1.3.0
restart: always
pull_policy: always
volumes:
Expand Down

0 comments on commit 271142d

Please sign in to comment.