User:Razzi/working with apache atlas in docker

From Wikitech

Found a new project https://github.com/sburn/docker-apache-atlas let's try it

nah it's using 2.1

Ok back to the original

want to set up nginx

configuring it isn't working:

razzi@data-catalog-evaluation:~/apache-atlas-docker$ cat ../nginx-config/nginx.conf
include /etc/nginx/conf.d/*.conf;

upstream atlas-server {
 server        atlas-server:21000;
}

server {
  listen        80;
  server_name   *;

  location / {
    proxy_pass  http://atlas-server;
  }
}
docker compose logs nginx
apache-atlas-docker-nginx-1  | nginx: [emerg] "server" directive is not allowed here in /etc/nginx/nginx.conf:5