| Server IP : 46.101.140.223 / Your IP : 216.73.216.134 Web Server : nginx/1.22.1 System : Linux debian-s-1vcpu-1gb-fra1-01 6.1.0-49-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64 User : deploy-others ( 1001) PHP Version : 8.2.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /home/deploy/projects/folkprog.net/ |
Upload File : |
version: '3.7'
networks:
folkprog:
driver: bridge
ipam:
config:
- subnet: "172.18.0.0/16"
gateway: "172.18.0.1"
services:
php:
image: harentius/blog-php:latest
volumes:
- ./var:/app/var
- ./web/assets:/app/public/assets
environment:
- DATABASE_URL=mysql://folkprog:equTWDh7TyZJruTW@172.18.0.1:3306/folkprog
- APP_ENV=prod
- APP_SECRET=17005d342e9346e492309ebc38592f2b
- SITE_HOST=folkprog.net
- SITE_SCHEME=https
- BLOG_TITLE=Web Developer Blog
- THEME=dark
- HIGHLIGHT_CODE=true
restart: always
networks:
folkprog:
ipv4_address: "172.18.0.2"
ports:
- 9010:9000
static:
image: harentius/blog-static:latest
restart: always
networks:
folkprog:
ipv4_address: "172.18.0.3"
ports:
- 8090:80