DEV Community

Hamdi235050
Hamdi235050

Posted on

 

how i can deploy a node js project (mongoDB , Docker ) with gitlab

this is my docker-compose version: "3.7" networks ev_network: driver: bridge services: server: build: context: .. dockerfile: docker/ev_server.Dockerfile args: build: prod ports: - 81:81 - 8000:8000 - 8010:8010 - 8080:8080 - 9090:9090 - 9292:9292 external_links: - evse_mongodb_1 - evse_mailserver_1 environment: WAIT_HOSTS: ev_mongo:27017 WAIT_HOSTS_TIMEOUT: 90 WAIT_AFTER_HOSTS: 3 networks: ev_network: aliases: -…

Top comments (0)

Timeless DEV post...

Git Concepts I Wish I Knew Years Ago

The most used technology by developers is not Javascript.

It's not Python or HTML.

It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.

I'm talking about Git and version control of course.

One does not simply learn git