Compare commits
No commits in common. "9128610f431c8a6973aa660b7ea73e55a74967ac" and "1b1dc8995dca0f7f26ea65316edd200c7288291f" have entirely different histories.
9128610f43
...
1b1dc8995d
@ -1,19 +0,0 @@
|
|||||||
server {
|
|
||||||
listen 80;
|
|
||||||
root /var/www/shitcode.net/web/;
|
|
||||||
server_name shitcode.net;
|
|
||||||
|
|
||||||
index index.php;
|
|
||||||
|
|
||||||
location / {
|
|
||||||
try_files $uri $uri/ /index.php?$args;
|
|
||||||
}
|
|
||||||
|
|
||||||
# pass the PHP scripts to FastCGI server listening on php-71:9000 x
|
|
||||||
location ~ \.php$ {
|
|
||||||
fastcgi_pass php-71:9000;
|
|
||||||
fastcgi_index index.php;
|
|
||||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
|
||||||
include fastcgi_params;
|
|
||||||
}
|
|
||||||
}
|
|
@ -17,8 +17,6 @@ services:
|
|||||||
{% for version in php_versions %}
|
{% for version in php_versions %}
|
||||||
php-{{ version|replace('.', '') }}:
|
php-{{ version|replace('.', '') }}:
|
||||||
image: kadet/php:{{ version }}
|
image: kadet/php:{{ version }}
|
||||||
environment:
|
|
||||||
- MYSQL_HOST={{ database_mysql_host }}:3306
|
|
||||||
volumes:
|
volumes:
|
||||||
- "{{ www_root }}:/var/www"
|
- "{{ www_root }}:/var/www"
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
http:
|
http:
|
||||||
routers:
|
routers:
|
||||||
homepage:
|
alcoholic-calendar:
|
||||||
rule: Host(`{{ main_domain }}`)
|
rule: Host(`{{ main_domain }}`)
|
||||||
service: legacy@docker
|
service: legacy@docker
|
||||||
tls:
|
tls:
|
||||||
|
@ -1,8 +0,0 @@
|
|||||||
---
|
|
||||||
http:
|
|
||||||
routers:
|
|
||||||
shitcode:
|
|
||||||
rule: Host(`shitcode.net`)
|
|
||||||
service: legacy@docker
|
|
||||||
tls:
|
|
||||||
certresolver: lets-encrypt
|
|
@ -11,7 +11,6 @@ mysql_databases:
|
|||||||
- name: gitea
|
- name: gitea
|
||||||
- name: wipe
|
- name: wipe
|
||||||
- name: keylighter
|
- name: keylighter
|
||||||
- name: shitcode
|
|
||||||
|
|
||||||
mysql_users:
|
mysql_users:
|
||||||
- name: gitea
|
- name: gitea
|
||||||
|
Loading…
Reference in New Issue
Block a user