Compare commits
4 Commits
v1.1.1
...
7c3c2cc41e
| Author | SHA1 | Date | |
|---|---|---|---|
| 7c3c2cc41e | |||
| 536a111362 | |||
| efcf30b7dd | |||
| 049271baee |
@@ -62,7 +62,7 @@ jobs:
|
|||||||
name: Deploy to Kubernetes
|
name: Deploy to Kubernetes
|
||||||
needs: release-please
|
needs: release-please
|
||||||
if: ${{ needs.release-please.outputs.release_created }}
|
if: ${{ needs.release-please.outputs.release_created }}
|
||||||
runs-on: [ k3s-lan-01 ]
|
runs-on: [ k3s-internal-htz-01 ]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
".": "1.1.1"
|
".": "1.1.2"
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [1.1.2](https://github.com/JDB-NET/echolog/compare/v1.1.1...v1.1.2) (2025-12-14)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* :bug: docker image in readme ([049271b](https://github.com/JDB-NET/echolog/commit/049271baeeaba9266aeac4603dd9f9588fec4bfb))
|
||||||
|
|
||||||
## [1.1.1](https://github.com/JDB-NET/echolog/compare/v1.1.0...v1.1.1) (2025-11-02)
|
## [1.1.1](https://github.com/JDB-NET/echolog/compare/v1.1.0...v1.1.1) (2025-11-02)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ docker run -d \
|
|||||||
-e LOGIN_ENABLED=true \
|
-e LOGIN_ENABLED=true \
|
||||||
-e LOGIN_USERNAME=admin \
|
-e LOGIN_USERNAME=admin \
|
||||||
-e LOGIN_PASSWORD=your_password \
|
-e LOGIN_PASSWORD=your_password \
|
||||||
docker.jdbnet.co.uk/public/echolog:latest
|
ghcr.io/jdb-net/echolog:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
### Docker Compose
|
### Docker Compose
|
||||||
@@ -45,7 +45,7 @@ version: '3.8'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
echolog:
|
echolog:
|
||||||
image: docker.jdbnet.co.uk/public/echolog:latest
|
image: ghcr.io/jdb-net/echolog:latest
|
||||||
container_name: echolog
|
container_name: echolog
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
@@ -130,7 +130,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: echolog
|
- name: echolog
|
||||||
image: docker.jdbnet.co.uk/public/echolog:latest
|
image: ghcr.io/jdb-net/echolog:latest
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 5000
|
- containerPort: 5000
|
||||||
env:
|
env:
|
||||||
|
|||||||
+1
-1
@@ -22,7 +22,7 @@ spec:
|
|||||||
name: "echolog"
|
name: "echolog"
|
||||||
env:
|
env:
|
||||||
- name: MYSQL_HOST
|
- name: MYSQL_HOST
|
||||||
value: "10.10.2.27"
|
value: "10.10.25.4"
|
||||||
- name: MYSQL_USER
|
- name: MYSQL_USER
|
||||||
value: "echolog"
|
value: "echolog"
|
||||||
- name: MYSQL_PASSWORD
|
- name: MYSQL_PASSWORD
|
||||||
|
|||||||
Reference in New Issue
Block a user