Sha256: 6c7d6b05d9a55c04e2692431581f023b8bd1ccc7c52208f19c137a9efe08a075
Contents?: true
Size: 551 Bytes
Versions: 2
Compression:
Stored size: 551 Bytes
Contents
version: '3' volumes: bundle: services: rbexy: build: . image: rbexy volumes: - .:/app - bundle:/usr/local/bundle - $HOME/.ssh:/root/.ssh:ro - $HOME/.gitconfig:/root/.gitconfig:ro - $HOME/.gem/credentials:/root/.gem/credentials working_dir: /app dummy: image: rbexy volumes: - .:/app - bundle:/usr/local/bundle working_dir: /app/spec/dummy/ command: ./start.sh ports: - 3000:3000 environment: - RAILS_LOG_STDOUT=1 tty: true stdin_open: true
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rbexy-2.0.0.rc5 | docker-compose.yml |
rbexy-2.0.0.rc4 | docker-compose.yml |