mirror of
https://github.com/passepartoutvpn/passepartoutvpn.github.io.git
synced 2025-01-08 18:52:37 +00:00
15 lines
314 B
YAML
15 lines
314 B
YAML
services:
|
|
web:
|
|
image: jekyll/jekyll
|
|
container_name: passepartoutvpn-web
|
|
volumes:
|
|
- .:/srv/jekyll
|
|
command: jekyll serve --watch --force_polling --verbose -H 0.0.0.0 -P 80
|
|
environment:
|
|
VIRTUAL_HOST: passepartoutvpn.wtf
|
|
|
|
networks:
|
|
default:
|
|
name: nginx-proxy
|
|
external: true
|