web: build: . ports: - "8080:80" volumes: - ./public:/var/www links: - mysql - memcache mysql: image: mysql redis: image: redis