Sha256: 1936df07626c8099c28a662686895f236793f567b7a678d0f93ac69beea2ebf5
Contents?: true
Size: 544 Bytes
Versions: 19
Compression:
Stored size: 544 Bytes
Contents
version: '3.1' services: database: env_file: - docker/containers/database/production.env app: image: "${DOCKERHUB_ORG}/${APP_NAME}_app:${DEPLOY_TAG}" env_file: - docker/containers/app/production.env - docker/containers/database/production.env expose: - '3000' web: image: <%= config[:dockerhub_org] %>/<%= config[:app_name] %>_web:${DEPLOY_TAG} depends_on: - app ports: - "80:80" chrome: command: echo "Chrome service not started in production" restart: "no"
Version data entries
19 entries across 19 versions & 2 rubygems