Commit graph

10 commits

Author SHA1 Message Date
1e18419093
use request uri
Some checks failed
Code quality checks / build (23) (push) Has been cancelled
Push code / build (push) Successful in 1m12s
2024-11-02 16:25:16 +02:00
c2da2a8058
let's see if this works
Some checks failed
Code quality checks / build (23) (push) Successful in 34s
Push code / build (push) Failing after 37s
2024-11-02 16:17:41 +02:00
88afb77abf
let's see if this works
All checks were successful
Code quality checks / build (23) (push) Successful in 34s
Push code / build (push) Successful in 45s
2024-11-02 16:10:28 +02:00
dd8d3a2c88
just don't bother with catch all server_name
All checks were successful
Code quality checks / build (23) (push) Successful in 36s
Push code / build (push) Successful in 48s
2024-11-02 16:04:43 +02:00
1dea7721e5
was the presetup configuration even used, deploy new dashboard stuff
Some checks failed
Code quality checks / build (23) (push) Successful in 33s
Push code / build (push) Failing after 3s
2024-11-02 15:51:07 +02:00
Dragory
e146ed6416
refactor: remove SSL from standalone setup
Since Zeppelin was only creating a self-signed certificate, this
gave a false sense of security when in reality you'd always want
to have a proxy with a proper certificate in front of this anyway.

Additionally, generating the certificate at build time meant that
the domain couldn't easily be changed/updated without rebuilding.
2024-04-06 18:47:12 +03:00
Dragory
b40ed5ce49
feat: add api prefix option 2024-04-06 11:54:31 +00:00
Dragory
509d96ce83
refactor: new dev/prod containers
- Use a single Dockerfile for all Zeppelin services
- Add a Dockerfile in project root that can be used by
  app hosting services
- Provide a standalone and lightweight prod setup
  - Standalone is the same as the old setup, with mysql+nginx
  - Lightweight only runs bot+backend+dash, no mysql/nginx
- Remove mounted mysql data folders for dev and prod
  - This resolves permission issues caused by the mount
  - The mysql service uses a regular named volume now
- Simplify .env options and clearly separate different prod setups
- Remove update.sh
  - Different setups require different update procedures, so a common
    update.sh no longer works
2024-03-17 18:49:31 +02:00
Dragory
b67b3c35b7
build: refactor production containers
Production containers now copy the Zeppelin source files at
build-time rather than using a shared volume. This means fewer
permission issues and backend/dashboard builds only have to run once
at build-time, not every time the containers are started.

Docs in PRODUCTION.md have been updated accordingly.
2023-07-01 10:33:35 +00:00
Dragory
91f54424ed
Early work on prod container 2022-07-16 22:16:34 +03:00