Move Traefik to its own folder and run it instead

This commit is contained in:
2023-11-02 20:54:41 -04:00
parent 8c5f07b0de
commit 0455466dfd
3 changed files with 54 additions and 61 deletions

2
Vagrantfile vendored
View File

@@ -6,7 +6,7 @@ Vagrant.configure("2") do |config|
apt-get install -y curl
curl -fsSL https://get.docker.com | sh
docker swarm init
cd /vagrant || exit 1
cd /vagrant/traefik || exit 1
docker compose up -d
SHELL
end