Skip to content

Commit

Permalink
Update 4.1_opdracht.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvangastel authored Apr 12, 2023
1 parent 6a24a72 commit 5d39671
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions intermediate/04_Docker_compose/4.1_opdracht.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
**Pre** Download de benodigde bestanden (`docker-compose.yml` en `haproxy.cfg`):

- `wget https://raw.githubusercontent.com/KIXS-NL/katacoda-scenarios/master/intermediate/04_Docker_compose/assets/docker-compose.yml`{{execute}}
- `wget https://raw.githubusercontent.com/KIXS-NL/katacoda-scenarios/master/intermediate/04_Docker_compose/assets/haproxy.cfg`{{execute}}

**1)** De `docker-compose.yml` file is als het goed is in het stukje theorie besproken. Nu gaan we direct aan de slag met het starten van de app. In dit voorbeeld gebruiken we 3 services; Wordpress, MySQL en een loadbalancer die samen voor een wordpress website gaan zorgen.

De `docker-compose` applicatie kent een `up` commando. Deze brengt, op basis van een `docker-compose.yml` bestand, een set aan services in de lucht.
Expand Down

0 comments on commit 5d39671

Please sign in to comment.