This website requires JavaScript.
Explore
Help
Sign In
MirrorSave
/
budibase
mirror of
https://github.com/Budibase/budibase.git
Watch
1
Star
0
Fork
You've already forked budibase
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
84a16e2dfb
budibase
/
hosting
/
start.sh
3 lines
60 B
Bash
Raw
Normal View
History
Unescape
Escape
Initial work, layout out some work which will eventually become docker compose, just using bash scripts for now.
2020-11-30 19:04:47 +01:00
#!/bin/bash
Putting together the basics of the compose system, this is now functional, along with some handy scripts to make it work. This requires minimum docker 1.25.0 to run due to the use of --env-file.
2020-12-11 17:38:40 +01:00
docker-compose --env-file hosting.properties up