Sha256: 0f6524a318f044901210b6f305ef75d705e73f1aefcdfc34f1b4eafc4981e4f3
Contents?: true
Size: 701 Bytes
Versions: 3
Compression:
Stored size: 701 Bytes
Contents
version: '2.1' volumes: archon-gems: driver: local services: lib: build: context: . dockerfile: dev.Dockerfile image: icalialabs/archon-gem:development volumes: # Mount our app code directory (".") into our app containers at the `/usr/src/lib` folder: - .:/usr/src/lib # Mount the 'archon-gems' volume on the folder that stores bundled gems: - archon-gems:/usr/local/bundle # Keep the stdin open, so we can attach to our app container's process # and do things such as byebug, etc: stdin_open: true # Enable sending signals (CTRL+C, CTRL+P + CTRL+Q) into the container: tty: true # The command: command: guard
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
archon-0.0.5 | docker-compose.yml |
archon-0.0.4 | docker-compose.yml |
archon-0.0.3 | docker-compose.yml |