https://github.com/norfairking/playing-with-traefik
Trying out Traefik in a nixos test
https://github.com/norfairking/playing-with-traefik
Last synced: 3 months ago
JSON representation
Trying out Traefik in a nixos test
- Host: GitHub
- URL: https://github.com/norfairking/playing-with-traefik
- Owner: NorfairKing
- Created: 2023-07-21T15:08:32.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-18T13:49:02.000Z (almost 2 years ago)
- Last Synced: 2025-04-29T16:50:57.233Z (3 months ago)
- Language: Nix
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Playing with Traefik
A demonstration of combining traefik and consul, all in a NixOS test..
To run the test:
``` plain
nix build .\#checks.x86_64-linux.test
```To run the VMs from the test interactively:
``` plain
nix build .\#checks.x86_64-linux.test.driverInteractive
./result/bin/nixos-test-driver
```