Sign inSign up

neocampus/grav-cms

By neocampus

Updated over 5 years ago

Gravity CMS with LDAP support

Image
0

201

neocampus/grav-cms repository overview

Grav-CMS | added LDAP support

The gravcms container lack the LDAP support, hence our version

Docker-compose file:

version: "3.5"
volumes:
  ; volume mapped to a local directory
  grav-data:
    driver: local
    driver_opts:
      type: none
      device: /nfs/grav-data
      o: bind

services:
  grav:
    image: neocampus/grav-cms:latest
    restart: unless-stopped
    # container_name implies only one instance
    container_name: grav
    volumes:
      - /etc/localtime:/etc/localtime:ro
      - grav-data:/var/www/html
    network_mode: bridge
    ports:
      - 8000:80

To launch it: docker-compose --verbose -f gravcms-compose.yml up -d

Tag summary

Content type

Image

Digest

Size

199.5 MB

Last updated

over 5 years ago

docker pull neocampus/grav-cms