Updated URL

lektura
Jonas Oberg 2017-06-15 13:36:49 +02:00
parent 7aacb34547
commit 0bb17e5804
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: publicode.eu
LETSENCRYPT_EMAIL: jonas@fsfe.org
volumes:
- "/srv/pmpc-signatures:/usr/share/blog/data/signatures:rw"