Skip to content

Instantly share code, notes, and snippets.

@matejc
Created October 14, 2016 22:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matejc/88e1957d7e4996888b1eebd68eeac7f2 to your computer and use it in GitHub Desktop.
Save matejc/88e1957d7e4996888b1eebd68eeac7f2 to your computer and use it in GitHub Desktop.
fossology
web:
image: fossology/fossology
environment:
- FOSSOLOGY_DB_HOST=db
- FOSSOLOGY_DB_NAME=fossology
- FOSSOLOGY_DB_USER=fossy
- FOSSOLOGY_DB_PASSWORD=fossy
ports:
- 8081:80
links:
- db
db:
image: postgres
environment:
- POSTGRES_DB=fossology
- POSTGRES_USER=fossy
- POSTGRES_PASSWORD=fossy
- POSTGRES_INITDB_ARGS='-E SQL_ASCII'
volumes:
- ./postgres:/var/lib/postgresql/data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment