Advertisement
Guest User

lando

a guest
May 21st, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.39 KB | None | 0 0
  1. name: d8cbo
  2. recipe: pantheon
  3. config:
  4.   framework: drupal8
  5.   site: d8cbo
  6.   id: 0bbf28c3-a4ba-4d89-abe6-0169f56db0bb
  7.  
  8. services:
  9.   d7db:
  10.     type: mariadb
  11.     portforward: true
  12.     creds:
  13.       user: USER
  14.       password: PASSWORD
  15.       database: drupal7db
  16.   appserver:
  17.    volumes:
  18.     - type: volume
  19.       source: /mnt/usb
  20.       target: /opt/usb
  21.       volume:
  22.          nocopy: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement