Refactor service deployment + upload Compose files to the server #178

Merged
samsapti merged 24 commits from compose-files into main 2023-12-09 18:38:11 +00:00
Showing only changes of commit d0b23d4ef5 - Show all commits

1
Vagrantfile vendored
View file

@ -13,6 +13,7 @@ Vagrant.configure(2) do |config|
config.vm.hostname = "datacoop"
config.vm.provider :virtualbox do |v|
v.cpus = 4
v.memory = 8192
end