This website requires JavaScript.
Explore
Help
Register
Sign In
RPJosh
/
authelia
Watch
1
Star
0
Fork
You've already forked authelia
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
authelia
/
internal
/
suites
/
docker-compose.yml
10 lines
124 B
YAML
Raw
Permalink
Normal View
History
Unescape
Escape
ci: add yamllint (#1895) This change implements yamllint and adjusts all yaml files to abide by our linting setup. This excludes config.template.yml as this will be done in an alternate commit.
2021-04-10 20:51:00 +00:00
---
Declare suites as Go structs and bootstrap e2e test framework in Go. Some tests are not fully rewritten in Go, a typescript wrapper is called instead until we remove the remaining TS tests and dependencies. Also, dockerize every components (mainly Authelia backend, frontend and kind) so that the project does not interfere with user host anymore (open ports for instance). The only remaining intrusive change is the one done during bootstrap to add entries in /etc/hosts. It will soon be avoided using authelia.com domain that I own.
2019-11-02 14:32:58 +00:00
version
:
'3'
Authelia can be run locally while communicating with docker environment.
2019-01-27 14:54:29 +00:00
networks
:
authelianet
:
Fix e2e test with minimal configuration.
2019-01-30 15:47:03 +00:00
driver
:
bridge
ipam
:
config
:
ci: add yamllint (#1895) This change implements yamllint and adjusts all yaml files to abide by our linting setup. This excludes config.template.yml as this will be done in an alternate commit.
2021-04-10 20:51:00 +00:00
-
subnet
:
192.168
.240
.0
/24
...