Linux rspmc 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.29 (Ubuntu)
Server IP : 192.168.20.114 & Your IP : 216.73.216.34
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Lock Shell
Lock File++
Readme
/
var /
www /
html /
api-hl7 /
Delete
Unzip
Name
Size
Permission
Date
Action
.git
[ DIR ]
drwxrwxrwx
2021-09-11 22:52
backend
[ DIR ]
drwxrwxrwx
2021-09-11 22:52
common
[ DIR ]
drwxrwxrwx
2021-09-11 22:52
console
[ DIR ]
drwxrwxrwx
2021-09-11 22:52
environments
[ DIR ]
drwxrwxrwx
2021-09-11 22:52
frontend
[ DIR ]
drwxrwxrwx
2021-09-11 22:52
vagrant
[ DIR ]
drwxrwxrwx
2021-09-11 22:52
vendor
[ DIR ]
drwxrwxrwx
2021-09-11 22:59
.bowerrc
43
B
-rwxrwxrwx
2021-09-11 22:52
.gitignore
1.22
KB
-rwxrwxrwx
2021-09-11 22:52
LICENSE.md
1.49
KB
-rwxrwxrwx
2021-09-11 22:52
README.md
3.62
KB
-rwxrwxrwx
2021-09-11 22:52
Vagrantfile
2.85
KB
-rwxrwxrwx
2021-09-11 22:52
codeception.yml
167
B
-rwxrwxrwx
2021-09-11 22:52
composer.json
1.43
KB
-rwxrwxrwx
2021-09-11 22:52
composer.lock
120.98
KB
-rwxrwxrwx
2021-09-11 22:59
docker-compose.yml
864
B
-rwxrwxrwx
2021-09-11 22:52
id_file
5
B
-rwxrwxrwx
2021-09-11 22:52
init
9.96
KB
-rwxrwxrwx
2021-09-11 22:52
init.bat
319
B
-rwxrwxrwx
2021-09-11 22:52
requirements.php
5.66
KB
-rwxrwxrwx
2021-09-11 22:52
yii
717
B
-rwxrwxrwx
2021-09-11 22:53
yii.bat
323
B
-rwxrwxrwx
2021-09-11 22:52
yii_test
928
B
-rwxrwxrwx
2021-09-11 22:53
yii_test.bat
328
B
-rwxrwxrwx
2021-09-11 22:53
Save
Rename
version: '3.2' services: frontend: build: frontend ports: - 20080:80 volumes: # Re-use local composer cache via host-volume - ~/.composer-docker/cache:/root/.composer/cache:delegated # Mount source-code for development - ./:/app backend: build: backend ports: - 21080:80 volumes: # Re-use local composer cache via host-volume - ~/.composer-docker/cache:/root/.composer/cache:delegated # Mount source-code for development - ./:/app mysql: image: mysql:5.7 environment: - MYSQL_ROOT_PASSWORD=verysecret - MYSQL_DATABASE=yii2advanced - MYSQL_USER=yii2advanced - MYSQL_PASSWORD=secret #pgsql: # image: postgres:9.5 # environment: # - POSTGRES_DB=yii2advanced # - POSTGRES_USER=yii2advanced # - POSTGRES_PASSWORD=secret