mirror of
https://github.com/chevereto/docker.git
synced 2026-01-20 14:12:06 +01:00
1.2 KiB
1.2 KiB
Commands
Instances
Deploy
Use this when needing to deploy a brand new instance. It will create the NAMESPACE and run CloudFlare related commands (if needed).
make deploy NAMESPACE=yourproject ADMIN_EMAIL=admin@domain.tld
Update
Use this to update all instances to a newly tagged image.
make update
Install
Use this to install Chevereto from the command line.
make install NAMESPACE=yourproject ADMIN_USER=admin ADMIN_EMAIL=admin@domain.tld ADMIN_PASSWORD=mypassword
Destroy
Use this when needing to destroy an instance.
This will run cloudflare--delete, down--volumes and remove the NAMESPACE.
make destroy NAMESPACE=yourproject
Proxy
Proxy create
Run this command to create the ingress proxy, which will create the network and containers.
make proxy
Proxy view
Run this command to view the ingress proxy configuration.
make proxy--view
Proxy remove
Run this command if you need to destroy the ingress proxy, which will remove the network and containers.
make proxy--remove