Sha256: bbeaca89cef3fceafd726935fb6432d55003b950b1c283b290e6c67cf890fac5
Contents?: true
Size: 694 Bytes
Versions: 1
Compression:
Stored size: 694 Bytes
Contents
version: '3' services: web: # (passenger + sidekiq) build: . volumes: - ./docker/conf/nginx-vhost.conf:/etc/nginx/sites-enabled/webapp.conf:delegated environment: PASSENGER_APP_ENV: development MYSQL_HOST: db # if this is changed, update nginx-vhost.conf as well REDIS_URL: redis://redis:6379/1 # if this is changed, update nginx-vhost.conf as well db: image: mariadb:10.3 volumes: - ./docker/conf/my.local.cnf:/etc/mysql/conf.d/my.local.cnf environment: MYSQL_ALLOW_EMPTY_PASSWORD: 1 # redis: # image: redis:4.0-32bit # not really 32-bit, just compiled that way to reduce memory usage
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
imagine_cms-5.2.0 | docker-compose.yml |