Skip to content

Instantly share code, notes, and snippets.

@pascalandy
Created March 22, 2016 20:22
Show Gist options
  • Save pascalandy/d3cb7d4f6be8fe5c881d to your computer and use it in GitHub Desktop.
Save pascalandy/d3cb7d4f6be8fe5c881d to your computer and use it in GitHub Desktop.
ghost:
image: "so0k/docker-ghost:0.5.8"
environment:
- DB_CLIENT=pg
- DB_CONNECTION_STRING=postgres://username:password@db_host/database
- USER_UID=500
- USER_GID=500
- GHOST_URL=http://blog.project.com
ports:
- "80:2368"
volumes:
- /var/project/blog/data:/ghost-override
external_links:
- shared_db_1:db_host
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment