Closed mtuchi closed 5 years ago
In practice to deploy you could do a simple docker-compose up
in your VM with that repo: https://github.com/Waziup/Platform. The readme file gives the instructions.
In this repo, I've put the proxys configuration for routing the DNS traffic and add SSL (HTTPS). Not sure you need it, though...
In practice to deploy you could do a simple
docker-compose up
in your VM with that repo: https://github.com/Waziup/Platform. The readme file gives the instructions. In this repo, I've put the proxys configuration for routing the DNS traffic and add SSL (HTTPS). Not sure you need it, though...
So i don't need a production.yml
file that i have removed all volume bindings for application code, so that code stays inside the container and can’t be changed from outside
Forexample:
@cdupont Does waziup have a slack channel or any communication tool that's is easy to get help ? Am trying to use waziup (am building solution for agriculture) but i get stuck most of the time and i could use some help from your team.
The biggest challenge so far is configuring the gateway. Help of any kind will be much appreciated
So i don't need a
production.yml
file that i have removed all volume bindings for application code, so that code stays inside the container and can’t be changed from outside
Not sure I understand. In practice In use the docker-compose.yml for starting the platform locally and testing. You can also use it in a VM. On Amazon, I use ECS where I create the same containers with the same configuration than docker-compose. The code will always stays in the containers. The volumes are used for mounting host folders, I find it easier to save the data for the DBs (Mongo, MySQL).
Give me your slack username, I'll invite you to the channel.
Give me your slack username, I'll invite you to the channel.
You can use this email mtuchidev@gmail.com to invite me Thanks.
I don't find any slack account with this email
I don't find any slack account with this email
Am not in waziup slack, you will have to invite me with that email
Hello @cdupont Am glad i have found this repository, was wondering if you can share a how to guide for deploying in AWS