Created
November 3, 2016 22:49
-
-
Save somatorio/0c5ae92260f2f622ed4286547eec2d80 to your computer and use it in GitHub Desktop.
Revisions
-
somatorio created this gist
Nov 3, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,18 @@ 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" This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ date.timezone="America/Sao_Paulo"