This commit is contained in:
parent
580c6c7549
commit
2bc5b26d3a
@ -21,6 +21,8 @@ services:
|
|||||||
DB_DATABASE: SISKA_2025
|
DB_DATABASE: SISKA_2025
|
||||||
DB_USERNAME: root
|
DB_USERNAME: root
|
||||||
DB_PASSWORD: postroot123
|
DB_PASSWORD: postroot123
|
||||||
|
networks:
|
||||||
|
- traefik_default
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: nginx:alpine
|
image: nginx:alpine
|
||||||
|
|||||||
@ -10,7 +10,7 @@ server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
location ~ \.php$ {
|
location ~ \.php$ {
|
||||||
fastcgi_pass app:9000;
|
fastcgi_pass sistem-akademik-dev:9000;
|
||||||
fastcgi_index index.php;
|
fastcgi_index index.php;
|
||||||
include fastcgi_params;
|
include fastcgi_params;
|
||||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user