Skip to content

Instantly share code, notes, and snippets.

@jason-bivins
Created September 6, 2022 14:35
Show Gist options
  • Save jason-bivins/21c47dad0ae25e96550c11f79b3b9307 to your computer and use it in GitHub Desktop.
Save jason-bivins/21c47dad0ae25e96550c11f79b3b9307 to your computer and use it in GitHub Desktop.
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