Skip to content

Instantly share code, notes, and snippets.

@zramsay
Created February 27, 2017 20:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zramsay/55a71137017e1fefb23112cff018cdac to your computer and use it in GitHub Desktop.
Save zramsay/55a71137017e1fefb23112cff018cdac to your computer and use it in GitHub Desktop.
# For more information on configurations, see the services specification:
# https://monax.io/docs/documentation/cli/latest/specifications/services_specification/
# These fields marshal roughly into the [docker run] command, see:
# https://docs.docker.com/engine/reference/run/
# This is a TOML config file.
# For more information, see https://github.com/toml-lang/toml
name = "compilers"
description = """
Monax's Solidity Compiler Server.
This eris service compiles smart contract languages.
"""
status = "beta"
[service]
image = "quay.io/eris/compilers:0.12.2"
data_container = true
ports = [ ]
volumes = [ ]
environment = [ ]
[maintainer]
name = "Monax Industries"
email = "support@monax.io"
[location]
repository = "https://github.com/eris-ltd/eris-compilers"
website = "https://monax.io/docs/documentation/compilers"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment