Using Just Docker Compose without whole code thing on the server and how to setup Nginx?
Hello there I am trying to use Docker Compose without my whole code on the server to start up my whole backend and need help with the Nginx setting. server { listen 8003; access_log /var/log/nginx/reverse-api.access.log main; #add_header Access-Control-Allow-Origin *; # serve static files location ~ ^/(images|javascript|js|css|flash|media|static)/ { #root /mnt/nfs_clientshare/static; —> root /home/user/Project/core_ms/static; <— expires 30d; […]
Using Just Docker Compose without whole code thing and how to setup Nginx?
**Hello there. **
I am trying to just use Docker compose without my whole code on the server to start up my whole backend and I need help with Nginx setting.