docker-compose/docker-compose.yml
@@ -41,7 +41,7 @@ ports: - 6379:6379 volumes: - ./redis/conf/redis.conf:/usr/local/etc/redis - ./redis/data/redis.conf:/data/redis.conf - ./redis/data:/data command: redis-server /data/redis.conf # gateway @@ -94,10 +94,10 @@ ports: - 8090:80 volumes: - ./nginx/html/dist:/home/se/projects/se-ui - ./nginx/conf/nginx.conf:/etc/nginx/nginx.conf - ./nginx/logs:/var/log/nginx - ./nginx/conf.d:/etc/nginx/conf.d - ./nginx/html:/usr/share/nginx/html - ./nginx/conf/nginx.conf:/etc/nginx/nginx.conf depends_on: - se-gateway links: