Skip to content

Instantly share code, notes, and snippets.

@RafPe
Last active August 24, 2016 15:14
Show Gist options
  • Save RafPe/250cc5f9f9a7041c44a04f829df85388 to your computer and use it in GitHub Desktop.
Save RafPe/250cc5f9f9a7041c44a04f829df85388 to your computer and use it in GitHub Desktop.
Docker compose V2 static addressing
networks:
widgets:
driver: bridge
ipam:
config:
- subnet: 172.10.0.0/16
gateway: 172.10.5.254
aux_addresses:
haproxy: 172.10.1.2
mariadb: 172.10.1.3
app_marking: 172.10.1.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment