add assimiliation warning
This commit is contained in:
parent
4c7a21418d
commit
abd649a1ec
2 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
||||||
# shoarma
|
# shoarma
|
||||||
|
|
||||||
|
⚠️ Code in this repository has been assimilated by the [home/nixos-servers](https://git.kun.is/home/nixos-servers/src/branch/master/legacy) repository.
|
||||||
|
|
||||||
Docker Swarm for our home servers.
|
Docker Swarm for our home servers.
|
||||||
Includes both Terraform and Ansible code to provision and configure the swarm.
|
Includes both Terraform and Ansible code to provision and configure the swarm.
|
||||||
|
|
|
@ -52,3 +52,6 @@ services:
|
||||||
- traefik.http.routers.pihole.service=pihole
|
- traefik.http.routers.pihole.service=pihole
|
||||||
- traefik.http.services.pihole.loadbalancer.server.port=80
|
- traefik.http.services.pihole.loadbalancer.server.port=80
|
||||||
- traefik.docker.network=traefik
|
- traefik.docker.network=traefik
|
||||||
|
placement:
|
||||||
|
constraints:
|
||||||
|
- node.role == manager
|
||||||
|
|
Reference in a new issue