You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

15 lines
342 B

  1. version: '3'
  2. services:
  3. php:
  4. image: arbitry:local
  5. volumes:
  6. - ./project:/projects/main
  7. mongo:
  8. command: "--wiredTigerCacheSizeGB 0.25"
  9. environment:
  10. MONGO_INITDB_ROOT_USERNAME: root
  11. MONGO_INITDB_ROOT_PASSWORD: q12asd3
  12. MONGO_INITDB_DATABASE: arbitry
  13. volumes:
  14. - ./docker-volumes/mongo:/data/db