Skip to content

Instantly share code, notes, and snippets.

@auryn31
Created April 25, 2019 09:12
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 auryn31/db69eef0e5a262040877037578db7e1a to your computer and use it in GitHub Desktop.
Save auryn31/db69eef0e5a262040877037578db7e1a to your computer and use it in GitHub Desktop.
version: '3.5'
services:
wildfly1:
build:
context: .
args:
WILDFLY_NAME: wildfly_1_test
CLUSTER_PW: secret_password
image: wildfly_1_test
ports:
- 8080:8080
networks:
wildfly_network:
wildfly2:
build:
context: .
args:
WILDFLY_NAME: wildfly_2_test
CLUSTER_PW: secret_password
image: wildfly_2_test
ports:
- 8081:8080
networks:
wildfly_network:
networks:
wildfly_network:
ipam:
driver: default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment