第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定

20210323實(shí)驗(yàn)的文件附件

version: '3.1'

networks:

? ghost:

services:

? nginx:

? ? build: nginx

? ? networks:

? ? ? - ghost

? ? ports:

? ? ? - "80:80"

? ? depends_on:

? ? ? - ghost-app

? ghost-app:

? ? build: ghost

? ? networks:

? ? ? - ghost

? ? depends_on:

? ? ? - db

? ? restart: always

? ? ports:

? ? ? - 2368:2368

? ? environment:

? ? ? # see https://ghost.org/docs/config/#configuration-options

? ? ? database__client: mysql

? ? ? database__connection__host: db

? ? ? database__connection__user: root

? ? ? database__connection__password: example

? ? ? database__connection__database: ghost

? ? ? # this url value is just an example, and is likely wrong for your environment!

? ? ? # url: http://localhost:8080

? ? ? # contrary to the default mentioned in the linked documentation, this image defaults to NODE_ENV=production (so development mode needs to be explicitly specified if desired)

? ? ? #NODE_ENV: development

? db:

? ? image: mysql:5.7

? ? restart: always

? ? networks:

? ? ? - ghost

? ? volumes:

? ? ? - $PWD/data:/var/lib/mysql

? ? ports:

? ? ? - "3306:3306"

? ? environment:

? ? ? MYSQL_ROOT_PASSWORD: example



FROM ghost:3-alpine

EXPOSE 2368


FROM nginx

COPY nginx.conf /etc/nginx/nginx.conf

EXPOSE 80


worker_processes 4;

events {

? ? worker_connections 1024;

}

http {

? ? server {

? ? ? ? listen 80;

? ? ? ? location / {

? ? ? ? ? ? proxy_pass http://ghost-app:2368;

? ? ? ? }

? ? }

}


正在回答

0 回答

舉報(bào)

0/150
提交
取消

20210323實(shí)驗(yàn)的文件附件

我要回答 關(guān)注問(wèn)題
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)