mirror of
https://gitlab.com/omair-personal/exchange.git
synced 2026-08-19 04:24:08 +00:00
updated caddyfile
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
# Docs: https://caddyserver.com/docs/caddyfile
|
||||
https://exchange-staging.izyim.com {
|
||||
root /var/www/public
|
||||
fastcgi / php-fpm:9000 php {
|
||||
fastcgi / app:8000 php {
|
||||
index index.php
|
||||
}
|
||||
|
||||
|
||||
+2
-2
@@ -13,7 +13,7 @@ services:
|
||||
ports:
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
- .:/var/www:cached
|
||||
- .:/var/www
|
||||
env_file: .env
|
||||
working_dir: /app
|
||||
depends_on:
|
||||
@@ -29,7 +29,7 @@ services:
|
||||
caddy:
|
||||
build: ./caddy
|
||||
volumes:
|
||||
- ./:/var/www:cached
|
||||
- ./:/var/www
|
||||
- ./caddy/Caddyfile:/etc/Caddyfile
|
||||
- ./logs/caddy:/var/log/caddy
|
||||
- ./data:/root/.caddy
|
||||
|
||||
Reference in New Issue
Block a user