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 lines
266 B

4 days ago
  1. version: "3.7"
  2. services:
  3. web:
  4. # container_name: aqila_react
  5. ports:
  6. - 9015:3000
  7. build:
  8. context: .
  9. dockerfile: Dockerfile
  10. restart: always
  11. networks:
  12. - aqila_backend_aqila
  13. networks:
  14. aqila_backend_aqila:
  15. external: true