merge version server and local
|
|
@ -0,0 +1,3 @@
|
|||
vendor/
|
||||
node_modules/
|
||||
.git/
|
||||
0
database/migrations/2025_12_26_150607_create_transaksi_bukets_table.php
Executable file → Normal file
0
database/migrations/2025_12_26_150621_create_booking_fotos_table.php
Executable file → Normal file
0
database/migrations/2025_12_26_150637_create_detail_additionals_table.php
Executable file → Normal file
|
|
@ -0,0 +1,19 @@
|
|||
services:
|
||||
app:
|
||||
image: serversideup/php:8.2-fpm-nginx
|
||||
container_name: flodo-app
|
||||
restart: unless-stopped
|
||||
network_mode: host
|
||||
environment:
|
||||
- APP_ENV=production
|
||||
- APP_DEBUG=false
|
||||
- WEBROOT=/var/www/html/public
|
||||
- PHP_OPEN_BASEDIR=/var/www/html/:/tmp/:/usr/bin/
|
||||
- PUID=33
|
||||
- PGID=33
|
||||
- PORT=8081
|
||||
- FPM_PORT=9001
|
||||
volumes:
|
||||
- /www/wwwroot/flodo.web.id:/var/www/html:ro
|
||||
- /www/wwwroot/flodo.web.id/storage:/var/www/html/storage:rw
|
||||
- /www/wwwroot/flodo.web.id/bootstrap/cache:/var/www/html/bootstrap/cache:rw
|
||||
|
|
@ -1,13 +1,19 @@
|
|||
version: '3.8'
|
||||
|
||||
services:
|
||||
app:
|
||||
container_name: flodo-container
|
||||
build: .
|
||||
image: serversideup/php:8.2-fpm-nginx
|
||||
container_name: flodo-app
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8081:80"
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
env_file:
|
||||
- .env
|
||||
network_mode: host
|
||||
environment:
|
||||
- APP_ENV=production
|
||||
- APP_DEBUG=false
|
||||
- WEBROOT=/var/www/html/public
|
||||
- PHP_OPEN_BASEDIR=/var/www/html/:/tmp/:/usr/bin/
|
||||
- PUID=33
|
||||
- PGID=33
|
||||
- PORT=8081
|
||||
- FPM_PORT=9001
|
||||
volumes:
|
||||
- /www/wwwroot/flodo.web.id:/var/www/html:ro
|
||||
- /www/wwwroot/flodo.web.id/storage:/var/www/html/storage:rw
|
||||
- /www/wwwroot/flodo.web.id/bootstrap/cache:/var/www/html/bootstrap/cache:rw
|
||||
|
Before Width: | Height: | Size: 121 KiB After Width: | Height: | Size: 121 KiB |
|
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
|
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 68 KiB |
|
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 63 KiB |
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
|
Before Width: | Height: | Size: 81 KiB After Width: | Height: | Size: 81 KiB |
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
|
After Width: | Height: | Size: 101 KiB |
|
After Width: | Height: | Size: 54 KiB |
|
After Width: | Height: | Size: 73 KiB |
|
After Width: | Height: | Size: 91 KiB |
|
After Width: | Height: | Size: 102 KiB |
|
After Width: | Height: | Size: 59 KiB |
|
After Width: | Height: | Size: 147 KiB |
|
After Width: | Height: | Size: 93 KiB |
|
After Width: | Height: | Size: 164 KiB |
|
After Width: | Height: | Size: 69 KiB |
|
After Width: | Height: | Size: 74 KiB |
|
After Width: | Height: | Size: 64 KiB |
|
After Width: | Height: | Size: 147 KiB |
|
After Width: | Height: | Size: 75 KiB |
|
After Width: | Height: | Size: 50 KiB |
|
After Width: | Height: | Size: 85 KiB |