Add an integration test for roles

Add an app with roles to the integration tests. We'll deploy two web
containers and one worker. The worker just sleeps, so we are testing
that the container has booted.
This commit is contained in:
Donal McBreen
2024-03-21 13:30:53 +00:00
parent ba40d026d0
commit 72ace2bf0b
14 changed files with 116 additions and 0 deletions

View File

@@ -62,3 +62,7 @@ services:
context: docker/load_balancer
ports:
- "12345:80"
depends_on:
- vm1
- vm2
- vm3