removal of app_conf_override

This commit is contained in:
jokob-sk
2025-01-06 20:43:02 +11:00
parent 8dc5c64065
commit b41898105c
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
## 0.0.3
- removal of app_conf_override
## 0.0.2
- armv6 removal, host network

View File

@@ -67,8 +67,7 @@
],
"environment": {
"PORT": "20211",
"TZ": "Europe/Berlin",
"APP_CONF_OVERRIDE":{"GRAPHQL_PORT":"20212"}
"TZ": "Europe/Berlin"
},
"host_network": true,
"image": "ghcr.io/alexbelgium/netalertx-{arch}",