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
284 B

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