3 Star 0 Fork 0

mirrors_fossasia / publiccode.asia

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
playbook.yml 666 Bytes
一键复制 编辑 原始数据 按行查看 历史
Rainb 提交于 2017-12-02 09:10 . replace fsfe.org with fossasia.org
---
- hosts: lund.fsfeurope.org
remote_user: root
tasks:
- name: build the pmpc container
command: docker build -t pmpc https://git.fossasia.org/pmpc/website.git
- name: run pmpc
docker_container:
name: pmpc
image: pmpc
state: started
restart: yes
env:
HUGO_BASE_URL: https://publiccode.asia/
VIRTUAL_HOST: publiccode.asia,www.publiccode.asia
LETSENCRYPT_HOST: publiccode.asia,www.publiccode.asia
LETSENCRYPT_EMAIL: jonas@fossasia.org
volumes:
- "/srv/forms/pmpc:/usr/share/blog/data/signatures:ro"
- "/srv/pmpc-cred:/srv/cred:ro"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_fossasia/publiccode.asia.git
git@gitee.com:mirrors_fossasia/publiccode.asia.git
mirrors_fossasia
publiccode.asia
publiccode.asia
master

搜索帮助