suculent / syxra.cz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

syxra.cz

This is an example of how I deploy static sites on my cloud these days. The cloud consists of multiple servers running Docker Swarm with Traefik load-balancer and Swarmpit as a deployment manager.

[Re]deployment

 git pull && \
 docker build -t suculent/syxracz . && \
 docker stack deploy -c ./stack.yml syxra-cz

About


Languages

Language:CSS 93.2%Language:HTML 6.8%Language:Dockerfile 0.0%