Skip to content

XWiki Docker image with expected PostgreSQL container and configurable parameters

License

Notifications You must be signed in to change notification settings

seges/docker-xwiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XWiki image

Docker image of the XWiki intranet application with expected connection/configuration talking to PostgreSQL container.

Expectations:

  • 'xwiki' PostgreSQL database

Run

Example of Docker Compose configuration:

xwiki:
  image: seges/xwiki:7.4
  ports:
    - 8080
  links:
    - xwikidb:db
  environment:
    - DB_NAME=xwiki
    - DB_USERNAME=xwiki
    - DB_PASSWORD=dbpasswd

xwikidb:
  image: seges/postgresql:9.4.5
  volumes:
    - /opt/docker/xwiki-db/data:/var/lib/postgresql/data
  environment:
    - DB_NAMES=xwiki
    - DB_USERNAME=xwiki
    - DB_PASSWORD=password
    - DB_USERNAME_ADMIN=xwikiadmin
    - DB_PASSWORD_ADMIN=password2

About

XWiki Docker image with expected PostgreSQL container and configurable parameters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published