Sha256: e4fba7fe927ea91bac608893af00acfe8bba4148a0ce2d17e0c5c6c1eaae03b9
Contents?: true
Size: 289 Bytes
Versions: 7
Compression:
Stored size: 289 Bytes
Contents
version: '3' services: db: image: postgres web: build: . command: bash -c 'rm -f tmp/pids/server.pid && bundle exec rails s --port 3000 --binding 0.0.0.0' volumes: - .:/app ports: - 3000:3000 depends_on: - db env_file: - .env.docker
Version data entries
7 entries across 7 versions & 1 rubygems