Skip to content

Instantly share code, notes, and snippets.

@akiya64
Last active July 3, 2019 03:07
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 akiya64/e33e407d1d24f3dc2883e09c73ff086d to your computer and use it in GitHub Desktop.
Save akiya64/e33e407d1d24f3dc2883e09c73ff086d to your computer and use it in GitHub Desktop.
Redmine on QNAP TS231-P
version: '3'
services:
redmine:
image: redmine
restart: always
ports:
- 32790:3000
environment:
REDMINE_DB_POSTGRES: db
REDMINE_DB_PASSWORD: redmine2autumnsky
volumes:
- /share/git:/usr/src/redmine/git_repositories
- /share/redmine-public:/usr/src/redmine/public
db:
image: postgres
restart: always
environment:
POSTGRES_PASSWORD: redmine2autumnsky
POSTGRES_DATABASE: redmine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment