Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Andrei-Octavian Brabete (ab7515) and Ioan Budea (ib2215)
- version: "3.4"
- x-common:
- &defaults
- image: elixir:alpine
- volumes:
- - .:/project
- working_dir: /project
- networks:
- - network
- networks:
- network:
- driver: bridge
- services:
- system1.localdomain:
- container_name: system1
- command: >
- elixir --name [email protected] --cookie pass
- -S mix run --no-halt -e System1.main_net 5 1000 3000
- <<: *defaults
- peer0.localdomain:
- container_name: peer0
- command: >
- elixir --name [email protected] --cookie pass
- -S mix run --no-halt
- <<: *defaults
- peer1.localdomain:
- container_name: peer1
- command: >
- elixir --name [email protected] --cookie pass
- -S mix run --no-halt
- <<: *defaults
- peer2.localdomain:
- container_name: peer2
- command: >
- elixir --name [email protected] --cookie pass
- -S mix run --no-halt
- <<: *defaults
- peer3.localdomain:
- container_name: peer3
- command: >
- elixir --name [email protected] --cookie pass
- -S mix run --no-halt
- <<: *defaults
- peer4.localdomain:
- container_name: peer4
- command: >
- elixir --name [email protected] --cookie pass
- -S mix run --no-halt
- <<: *defaults
Advertisement
Add Comment
Please, Sign In to add comment