[DevOps] Deploy Node API in Ubuntu Server Using Docker

Pubblicato il: 17 aprile 2021
sul canale di: rodentskie
241
9

Good day, today we will be deploying our Node API in my DigitalOcean server (Ubuntu 18.04) using Docker. Hoping it will help you guys, just comment if you have question and please dont forget to subscribe. Thank you. :)

Repo: https://github.com/rodentskie/api_cle...

Here is the docker.compose.yml (Please watch for the spacing and indention)

version: '3.3'
services:
api:
build:
context: ./api_clean_architecture
dockerfile: Dockerfile
restart: unless-stopped
container_name: api_clean
volumes:
./api_clean_architecture:/usr/src/app
api_clean_node_modules:/usr/src/app/node_modules
ports:
890:2001
volumes:
api_clean_node_modules:


#Docker
#API
#DigitalOcean


In questa pagina del sito puoi guardare il video online [DevOps] Deploy Node API in Ubuntu Server Using Docker della durata di ore minuti seconda in buona qualità , che l'utente ha caricato rodentskie 17 aprile 2021, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 241 volte e gli è piaciuto 9 spettatori. Buona visione!