Este commit está contenido en:
Your Name
2020-05-28 10:24:24 +00:00
padre d362564b07
commit cdcccae302
Se han modificado 2 ficheros con 35 adiciones y 0 borrados

Ver fichero

@@ -0,0 +1,5 @@
FROM ruby
RUN apt-get -y update && apt-get -y install libicu-dev cmake && rm -rf /var/lib/apt/lists/*
RUN gem install github-linguist
RUN gem install gollum
RUN gem install org-ruby

Ver fichero

@@ -0,0 +1,30 @@
version: '2'
services:
gollum:
build: .
restart: always
hostname: gollum
container_name: gollum
working_dir: /wiki
entrypoint:
- 'gollum'
- '--port'
- '80'
# - '--allow-uploads'
# - 'page'
# - '--live-preview'
- '--no-edit'
volumes:
- ./wiki:/wiki
expose:
- '80'
networks:
mynet:
ipv4_address: 172.120.0.102
networks:
mynet:
driver: bridge
ipam:
config:
- subnet: 172.120.0.0/24