Skip to content

Commit

Permalink
Updated to logbee.Frontend-v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
catalingavan committed Oct 14, 2024
1 parent 548552a commit 8f535e8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- "mongodb"

frontend:
image: catalingavan/logbee.frontend:1.2.0
image: catalingavan/logbee.frontend:1.2.1
container_name: logbee.frontend.dev
restart: unless-stopped
volumes:
Expand Down
2 changes: 1 addition & 1 deletion Docker/frontend.logBee.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"LogBeeFrontendDomain": "logbee.dev",
"StaticResourcesVersion": "1.2.0",
"StaticResourcesVersion": "1.2.1",
"LogBeeBackendUrl": "http://logbee.backend.dev",
"LogBeeFrontendUrl": "http://logbee.frontend.dev",
"LogBeeFrontend.BasicAuth.Password": "_LogBeeFrontend_authorization_password_",
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ Installation and configuration guide can be found here: <br/>

### Latest versions

[logbee.Frontend-v1.2.0](https://github.com/catalingavan/logbee-app/releases/tag/logbee.Frontend-v1.2.0)
[logbee.Frontend-v1.2.1](https://github.com/catalingavan/logbee-app/releases/tag/logbee.Frontend-v1.2.1)

[logbee.Backend-v1.2.1](https://github.com/catalingavan/logbee-app/releases/tag/logbee.Backend-v1.2.1)

```none
docker pull catalingavan/logbee.frontend:1.2.0
docker pull catalingavan/logbee.frontend:1.2.1
docker pull catalingavan/logbee.backend:1.2.1
```

Expand Down
2 changes: 1 addition & 1 deletion logBee.Frontend/logBee.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"LogBeeFrontendDomain": "your_domain.com",
"StaticResourcesVersion": "1.2.0",
"StaticResourcesVersion": "1.2.1",
"LogBeeBackendUrl": "http://logbee-backend.your_domain.com",
"LogBeeFrontendUrl": "http://logbee-frontend.your_domain.com",
"LogBeeFrontend.BasicAuth.Password": "_LogBeeFrontend_authorization_password_",
Expand Down

0 comments on commit 8f535e8

Please sign in to comment.