Compare commits
No commits in common. "main" and "0.3.0" have entirely different histories.
@ -19,9 +19,6 @@ import "prismjs/components/prism-docker.js";
|
||||
import "prismjs/components/prism-diff.js";
|
||||
import "prismjs/components/prism-php.js";
|
||||
import "prismjs/components/prism-yaml.js";
|
||||
import "prismjs/components/prism-bash.js"
|
||||
import "prismjs/components/prism-json.js"
|
||||
import "prismjs/components/prism-toml.js"
|
||||
|
||||
|
||||
import "prismjs/plugins/toolbar/prism-toolbar.css";
|
||||
|
@ -113,9 +113,6 @@
|
||||
codesample_languages: [
|
||||
{text: 'HTML/XML', value: 'markup'},
|
||||
{text: 'JavaScript', value: 'javascript'},
|
||||
{text: 'Bash', value: 'bash'},
|
||||
{text: 'SH', value: 'sh'},
|
||||
{text: 'Shell', value: 'shell'},
|
||||
{text: 'CSS', value: 'css'},
|
||||
{text: 'PHP', value: 'php'},
|
||||
{text: 'Ruby', value: 'ruby'},
|
||||
@ -127,9 +124,7 @@
|
||||
{text: 'Go', value: 'go'},
|
||||
{text: 'Nginx', value: 'nginx'},
|
||||
{text: 'Docker', value: 'docker'},
|
||||
{text: 'YAML', value: 'yaml'},
|
||||
{text: 'TOML', value: 'toml'},
|
||||
{text: 'Json', value: 'json'},
|
||||
{text: 'Yaml', value: 'yaml'},
|
||||
{text: "Treeview", value: "treeview"},
|
||||
{text: "Diff", value: "diff"},
|
||||
],
|
||||
|
@ -75,7 +75,7 @@ STOPSIGNAL SIGTERM
|
||||
|
||||
ENTRYPOINT ["/home/unit/docker-entrypoint.sh"]
|
||||
EXPOSE 9000
|
||||
CMD ["/usr/local/bin/start"]
|
||||
CMD ["unitd", "--no-daemon", "--control", "unix:/var/run/control.unit.sock", "--user", "unit", "--group", "unit"]
|
||||
|
||||
|
||||
FROM BUILD AS DEVELOP
|
||||
|
@ -1,8 +1,8 @@
|
||||
version: '3.7'
|
||||
services:
|
||||
app:
|
||||
# image: korelf/my-projects-website:0.3.1 # docker hub
|
||||
image: docker.mdhub.kor-elf.net/kor-elf/my-projects-website:0.3.1 # MDHub
|
||||
# image: korelf/my-projects-website:0.3.0 # docker hub
|
||||
image: docker.mdhub.kor-elf.net/kor-elf/my-projects-website:0.3.0 # MDHub
|
||||
# restart: always
|
||||
depends_on:
|
||||
- db
|
||||
@ -19,8 +19,8 @@ services:
|
||||
- ./app/storage/logs:/var/www/html/storage/logs
|
||||
|
||||
queue:
|
||||
# image: korelf/my-projects-website:0.3.1 # docker hub
|
||||
image: docker.mdhub.kor-elf.net/kor-elf/my-projects-website:0.3.1 # MDHub
|
||||
# image: korelf/my-projects-website:0.3.0 # docker hub
|
||||
image: docker.mdhub.kor-elf.net/kor-elf/my-projects-website:0.3.0 # MDHub
|
||||
# restart: always
|
||||
depends_on:
|
||||
- db
|
||||
@ -33,8 +33,8 @@ services:
|
||||
- ./app/storage/logs:/var/www/html/storage/logs
|
||||
|
||||
scheduler:
|
||||
# image: korelf/my-projects-website:0.3.1 # docker hub
|
||||
image: docker.mdhub.kor-elf.net/kor-elf/my-projects-website:0.3.1 # MDHub
|
||||
# image: korelf/my-projects-website:0.3.0 # docker hub
|
||||
image: docker.mdhub.kor-elf.net/kor-elf/my-projects-website:0.3.0 # MDHub
|
||||
# restart: always
|
||||
depends_on:
|
||||
- db
|
||||
|
Loading…
Reference in New Issue
Block a user