Sha256: f3c33e9301627c2f0a68ccfad0b10f461769d5b4e6cd14fd3a11e3dd01a1168b
Contents?: true
Size: 433 Bytes
Versions: 8
Compression:
Stored size: 433 Bytes
Contents
version: '3.8' services: rails_key_rotator: container_name: rails_key_rotator build: context: . dockerfile: Dockerfile volumes: - .:/app - bundle:/usr/local/bundle - history:/usr/local/hist environment: HISTFILE: /usr/local/hist/.bash_history IRB_HISTFILE: /usr/local/hist/.irb_history volumes: bundle: history: external: true name: rails_key_rotator-history
Version data entries
8 entries across 8 versions & 1 rubygems