Compare commits

..

No commits in common. "9128610f431c8a6973aa660b7ea73e55a74967ac" and "1b1dc8995dca0f7f26ea65316edd200c7288291f" have entirely different histories.

5 changed files with 1 additions and 31 deletions

View File

@ -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;
}
}

View File

@ -17,8 +17,6 @@ services:
{% for version in php_versions %}
php-{{ version|replace('.', '') }}:
image: kadet/php:{{ version }}
environment:
- MYSQL_HOST={{ database_mysql_host }}:3306
volumes:
- "{{ www_root }}:/var/www"
{% endfor %}

View File

@ -1,7 +1,7 @@
---
http:
routers:
homepage:
alcoholic-calendar:
rule: Host(`{{ main_domain }}`)
service: legacy@docker
tls:

View File

@ -1,8 +0,0 @@
---
http:
routers:
shitcode:
rule: Host(`shitcode.net`)
service: legacy@docker
tls:
certresolver: lets-encrypt

View File

@ -11,7 +11,6 @@ mysql_databases:
- name: gitea
- name: wipe
- name: keylighter
- name: shitcode
mysql_users:
- name: gitea