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