Sha256: 1be52c72edadab8788009cc3ed02af6d960d7bca9535513a2edbff814f6a3ff2

Contents?: true

Size: 468 Bytes

Versions: 3

Compression:

Stored size: 468 Bytes

Contents

version: '2'

services:
  dyndoc-ruby:
    build:
      context: DockerFiles
      dockerfile: Dockerfile-dyndoc
    image: rcqls/dyndoc-ruby-$DyndocRubyUbuntu$

  website:
    build:
      context: DockerFiles
      dockerfile: Dockerfile-website
    restart: always
    volumes:
      - $RodaSrvPublic$:/home/ubuntu/RodaSrv/public
      - $RodaSrvSystem$:/home/ubuntu/RodaSrv/install
      - ./bin:/home/ubuntu/bin
    ports:
      - $RodaSrvPort$:9294
    tty: true

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dyndoc-ruby-1.3.9 share/dyn-site/docker/files/docker-compose.yml
dyndoc-ruby-1.3.6 share/dyn-site/docker/files/docker-compose.yml
dyndoc-ruby-1.3.4 share/dyn-site/docker/files/docker-compose.yml