Skip to content

Instantly share code, notes, and snippets.

@Fsero
Created August 21, 2015 12: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 Fsero/ea4ec50490f14a9794ad to your computer and use it in GitHub Desktop.
Save Fsero/ea4ec50490f14a9794ad to your computer and use it in GitHub Desktop.
pgsql:
image: unocha/postgres93
environment:
DNSDOCK_NAME: pgsql
DNSDOCK_IMAGE: hrinfo
volumes:
- data/hrinfo/pgsql:/var/lib/pgsql/9.3/data
hostname: pgsql.hrinfo.vm
privileged: true
web:
build: .
environment:
DNSDOCK_NAME: www
DNSDOCK_IMAGE: hrinfo
volumes:
- ./code:/var/www/html
links:
- pgsql:pgsql
- solr3:solr
hostname: www.hrinfo.vm
privileged: true
solr3:
image: unocha/solr3
environment:
DNSDOCK_NAME: solr
DNSDOCK_IMAGE: hrinfo
privileged: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment