Skip to content

Instantly share code, notes, and snippets.

@somatorio
Created November 3, 2016 22:49
Show Gist options
  • Select an option

  • Save somatorio/0c5ae92260f2f622ed4286547eec2d80 to your computer and use it in GitHub Desktop.

Select an option

Save somatorio/0c5ae92260f2f622ed4286547eec2d80 to your computer and use it in GitHub Desktop.

Revisions

  1. somatorio created this gist Nov 3, 2016.
    18 changes: 18 additions & 0 deletions docker-compose.yml
    Original 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"
    1 change: 1 addition & 0 deletions novosga.ini
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    date.timezone="America/Sao_Paulo"