Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

NGINX

This nginx that receive requests for CardsGO (internet) and pass it to opnSENSE WAF (nginx). All other services are just internal and only CardsGO pass throug this nginx.

grafana

Deploy Stack

docker secret create nginx_main_conf nginx_main.conf

docker secret create nginx_conf nginx.conf

docker secret create oracle-swarm oracle-swarm

docker stack deploy -c docker-compose.yaml nginx

REF