3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00
Commit graph

14 commits

Author SHA1 Message Date
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
a23beadf24
fix(devenv): shut down immediately on ctrl+c 2023-06-25 12:28:18 +03:00
Dragory
c1281d90af
feat(devenv): use latest git 2023-06-25 12:27:54 +03:00
Dragory
658300fcac
feat: update to Node.js 18 2023-04-29 20:47:20 +03:00
Dragory
61f8b1579b
feat: more work on prod docker setup 2022-08-06 22:18:21 +03:00
Dragory
17fa857609
Remove docker-compose wrapper script; fixes to devcontainers 2022-06-26 23:15:36 +03:00
Dragory
db84d80e74
Update devenv instructions 2022-06-26 22:32:39 +03:00
Dragory
d8b7d0cba5
Update Docker instructions 2022-06-26 19:33:56 +03:00
Dragory
ce2255b6b7
Simplify dev docker setup 2022-06-26 19:30:46 +03:00
Dragory
b655085115
Add quick instructions for docker dev environment 2022-06-26 15:31:20 +03:00
Dragory
122f535e34
Fix API vhost in nginx container 2022-06-26 15:23:53 +03:00
Dragory
e760654c54
Use mysql_native_password for dev database zeppelin user 2022-06-26 15:01:54 +03:00
Dragory
3773d659cc
Consolidate .env files. More work on dev containers. 2022-06-26 14:34:54 +03:00
Dragory
2a959f354c
Initial work on Docker support 2022-06-01 19:11:44 +03:00