Add Docksal

This commit is contained in:
Oliver Davies 2019-05-16 12:41:13 +01:00
parent 90f17aedac
commit ec04eeb9f2
3 changed files with 13 additions and 0 deletions

9
.docksal/commands/init Executable file
View file

@ -0,0 +1,9 @@
#!/usr/bin/env bash
fin start
fin drush site-install -y \
--account-pass=admin \
--site-name='Drupal Tailwind CSS'
fin drush uli -l http://drupal-tailwind.docksal

3
.docksal/docksal.env Normal file
View file

@ -0,0 +1,3 @@
DOCKSAL_STACK=default
COMPOSE_PROJECT_NAME=drupal-tailwind
DOCROOT=web

1
.docksal/docksal.yml Normal file
View file

@ -0,0 +1 @@
version: "2.1"