feat: initial project structure
Adds the initial directory structure, configuration files, and stub scripts for the Grav CMS and Dolibarr project.
This commit is contained in:
13
project-config.yaml
Normal file
13
project-config.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
project_name: STLPWebsite
|
||||
|
||||
services:
|
||||
- name: dolibarr
|
||||
type: app
|
||||
- name: grav
|
||||
type: web
|
||||
|
||||
env:
|
||||
dolibarr:
|
||||
- DOLIBARR_API_KEY
|
||||
grav:
|
||||
[]
|
Reference in New Issue
Block a user