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.
 
 
 

16 regels
281 B

  1. services:
  2. gateway:
  3. image: gateway-simple
  4. build:
  5. context: .
  6. dockerfile: Dockerfile
  7. privileged: true
  8. container_name: gateway-simple
  9. ports:
  10. - 5000:80
  11. - 808:808
  12. logging:
  13. driver: "json-file"
  14. options:
  15. max-size: "50m"