Sha256: 62ec5e13e02d12ef90a6aa5a6d48f7d99d7c594214ea9f327bd4159bd880fcf1
Contents?: true
Size: 938 Bytes
Versions: 3
Compression:
Stored size: 938 Bytes
Contents
version: '2' services: hub: image: sethuster/selenium-hub ports: - "4444" firefox: image: sethuster/node-firefox-debugx ports: - "5900" depends_on: - hub environment: - HUB_PORT_4444_TCP_ADDR=hub - HUB_PORT_4444_TCP_PORT=4444 - no_proxy=localhost - HUB_ENV_no_proxy=localhost mustadio: image: yetanotherlucas/mustadio ports: - "3000" the-internet: image: gprestes/the-internet ports: - "5000" gridium: build: . environment: - S3_ACCESS_KEY_ID=$S3_ACCESS_KEY_ID - S3_SECRET_ACCESS_KEY=$S3_SECRET_ACCESS_KEY - S3_DEFAULT_REGION=$S3_DEFAULT_REGION - S3_ROOT_BUCKET=$S3_ROOT_BUCKET - GRIDIUM_TR_PID=$GRIDIUM_TR_PID - GRIDIUM_TR_PW=$GRIDIUM_TR_PW - GRIDIUM_TR_URL=$GRIDIUM_TR_URL - GRIDIUM_TR_USER=$GRIDIUM_TR_USER - BUILD_NUMBER=$BUILD_NUMBER command: "tail -f /dev/null"
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
gridium-1.0.26 | docker-compose.yml |
gridium-1.0.25 | docker-compose.yml |
gridium-1.0.24 | docker-compose.yml |