AI Assistant 6 months ago
parent
commit
184fff46d1
2 changed files with 322 additions and 289 deletions
  1. 302 289
      database/sql/configdb.sql
  2. 20 0
      docker-compose.devprod.yml

File diff suppressed because it is too large
+ 302 - 289
database/sql/configdb.sql


+ 20 - 0
docker-compose.devprod.yml

@@ -0,0 +1,20 @@
+networks:
+    aaaaa:
+        external: true
+services:
+  dev:
+    build:
+        dockerfile: DockerfileDev
+    image: kku_laravel:p83dev
+    privileged: false
+    container_name: kku_laravelp
+    volumes:
+    - .:/var/www/html
+    tty: true
+    restart: unless-stopped
+    environment:
+    - VIRTUAL_HOST=kku_laravelp.local.gd
+    ports:
+       - 80
+    networks:
+        - aaaaa

Some files were not shown because too many files changed in this diff