Skip to content

Instantly share code, notes, and snippets.

@somatorio
Created November 3, 2016 22:49
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 somatorio/0c5ae92260f2f622ed4286547eec2d80 to your computer and use it in GitHub Desktop.
Save somatorio/0c5ae92260f2f622ed4286547eec2d80 to your computer and use it in GitHub Desktop.
docker-compose novosga
version: '2'
services:
novosga:
image: somatorio/novosga:apache
volumes:
- ./novosga.ini:/usr/local/etc/php/conf.d/novosga.ini
- ./config/:/novosga/config
- /etc/localtime:/etc/localtime:ro
ports:
- "8080:80"
painel:
image: somatorio/novosga-painelweb
ports:
- "8081:80"
triagem:
image: somatorio/novosga-triagemtouch
ports:
- "8082:80"
date.timezone="America/Sao_Paulo"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment