Merge branch 'master' of git.fsfe.org:pmpc/website

lektura
max.mehl 2017-06-15 13:41:27 +02:00
commit 660a5b167f
1 changed files with 5 additions and 4 deletions

View File

@ -4,7 +4,7 @@
tasks:
- name: build the pmpc container
command: docker build -t pmpc https://git.fsfe.org/jonas/pmpc.git
command: docker build -t pmpc https://git.fsfe.org/pmpc/website.git
- name: run pmpc
docker_container:
@ -12,9 +12,10 @@
image: pmpc
state: started
restart: yes
ports:
- 1313:80
env:
HUGO_BASE_URL: http://lund.fsfeurope.org:1313/
HUGO_BASE_URL: https://publiccode.eu/
VIRTUAL_HOST: publiccode.eu
LETSENCRYPT_HOST: publiccode.eu
LETSENCRYPT_EMAIL: jonas@fsfe.org
volumes:
- "/srv/pmpc-signatures:/usr/share/blog/data/signatures:rw"