Created
September 6, 2022 14:35
-
-
Save jason-bivins/21c47dad0ae25e96550c11f79b3b9307 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3.3' | |
services: | |
win16: | |
image: mcr.microsoft.com/windows/servercore/iis:windowsservercore-ltsc2016 | |
deploy: | |
endpoint_mode: dnsrr | |
networks: | |
- net | |
win19: | |
image: mcr.microsoft.com/windows/servercore/iis:windowsservercore-ltsc2019 | |
deploy: | |
endpoint_mode: dnsrr | |
networks: | |
- net | |
lin01: | |
image: nginx:alpine | |
deploy: | |
endpoint_mode: dnsrr | |
networks: | |
- net | |
lin02: | |
image: redis:latest | |
deploy: | |
endpoint_mode: dnsrr | |
networks: | |
- net | |
networks: | |
net: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment