Move Traefik to its own folder and run it instead

This commit is contained in:
2023-11-02 21:47:55 -04:00
parent c79e0b4e8e
commit 10e2933e9c
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