Commit 8ad46c30 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

docker-compose: nouveau service sygal-zf2 pour plus de commodité

parent d5c6c18f
Loading
Loading
Loading
Loading
+6 −7
Original line number Diff line number Diff line
version: '2.2'

services:
  sygal:
    container_name: sygal-container
  sygal-zf2:
    container_name: sygal-zf2-container
    build:
      args:
        PHP_VERSION: 7.0
      context: .
    ports:
     - "8000:80"
     - "443:443"
      - "8002:443"
    volumes:
      - .:/app
      - /tmp:/tmp