docker-scripts/linux/discontinued/freegpt-webui
STAM 511a8a115a
infrastructure improvements + drop ASTRA SE\CE 1.7 support
update requirements.txt


github actions runs-on: ubuntu-24.04



make pip fix

- failsafe
- systemwide

zabbix 7 + zabbix fixes

cleanup

ci

wip: fixes, nginx update, support update

wip: bookworm 12 base updates

wip: requirements.txt cleanup

zabbix USER fix

WIP: debian 12 develop improvements
2024-08-17 16:55:42 +03:00
..
1.0 infrastructure improvements + drop ASTRA SE\CE 1.7 support 2024-08-17 16:55:42 +03:00
1.1 infrastructure improvements + drop ASTRA SE\CE 1.7 support 2024-08-17 16:55:42 +03:00
1.2 infrastructure improvements + drop ASTRA SE\CE 1.7 support 2024-08-17 16:55:42 +03:00
1.3 infrastructure improvements + drop ASTRA SE\CE 1.7 support 2024-08-17 16:55:42 +03:00
1.3.1 infrastructure improvements + drop ASTRA SE\CE 1.7 support 2024-08-17 16:55:42 +03:00
1.3.2 infrastructure improvements + drop ASTRA SE\CE 1.7 support 2024-08-17 16:55:42 +03:00
1.4 infrastructure improvements + drop ASTRA SE\CE 1.7 support 2024-08-17 16:55:42 +03:00
latest infrastructure improvements + drop ASTRA SE\CE 1.7 support 2024-08-17 16:55:42 +03:00
README.md infrastructure improvements + drop ASTRA SE\CE 1.7 support 2024-08-17 16:55:42 +03:00

FreeGPT WebUI by Neurogen

  • Improved docker images.

  • Original repo here: Em1tSan/freegpt-webui-ru

  • All versions now running by supervisord instead of direct CMD python3 ./run.py

  • Since v1.3+ image contain both applications in background - webui chat (via port 1338) and endpoint api (via port 1337).

Ready docker-compose example

version: "3.9"
services:
  freegpt-webui:
    image: epicmorg/freegpt-webui:latest #1.3.2, <...>, 1.0, etc
    container_name: freegpt-webui
    hostname: freegpt-webui
    restart: always
    ports:
       - 1337:1337
       - 1338:1338