summaryrefslogtreecommitdiffstats
path: root/.ddev
diff options
context:
space:
mode:
Diffstat (limited to '.ddev')
-rw-r--r--.ddev/config.yaml5
-rw-r--r--.ddev/docker-compose.postgrest.yaml5
-rw-r--r--.ddev/nginx/postgrest.conf6
3 files changed, 16 insertions, 0 deletions
diff --git a/.ddev/config.yaml b/.ddev/config.yaml
index 15592ff..20b7d2f 100644
--- a/.ddev/config.yaml
+++ b/.ddev/config.yaml
@@ -1,3 +1,8 @@
+# SPDX-FileCopyrightText: 2024 Eilertsens Kodeknekkeri
+# SPDX-FileCopyrightText: 2024 Harald Eilertsen
+#
+# SPDX-License-Identifier: CC0-1.0
+
name: faktura
type: php
docroot: ""
diff --git a/.ddev/docker-compose.postgrest.yaml b/.ddev/docker-compose.postgrest.yaml
index 952bcd4..d0b914b 100644
--- a/.ddev/docker-compose.postgrest.yaml
+++ b/.ddev/docker-compose.postgrest.yaml
@@ -1,3 +1,8 @@
+# SPDX-FileCopyrightText: 2024 Eilertsens Kodeknekkeri
+# SPDX-FileCopyrightText: 2024 Harald Eilertsen
+#
+# SPDX-License-Identifier: CC0-1.0
+
version: '3.6'
services:
diff --git a/.ddev/nginx/postgrest.conf b/.ddev/nginx/postgrest.conf
index f6f31bd..c8b04db 100644
--- a/.ddev/nginx/postgrest.conf
+++ b/.ddev/nginx/postgrest.conf
@@ -1,5 +1,11 @@
# Add a custom endpoint for passing requests to
# postgrest.
+#
+# SPDX-FileCopyrightText: 2024 Eilertsens Kodeknekkeri
+# SPDX-FileCopyrightText: 2024 Harald Eilertsen
+#
+# SPDX-License-Identifier: CC0-1.0
+
location /api/ {
default_type application/json;